#559BD0

Color #559BD0 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #559BD0

Tints of Picton Blue #559BD0

Color information

#559BD0 (or 0x559BD0) is unknown color: approx Picton Blue. HEX triplet: 55, 9B and D0. RGB value is (85,155,208). Sum of RGB (Red+Green+Blue) = 85+155+208=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #559BD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559BD0 is #AA642F. Grayscale: #8B8B8B. Windows color (decimal): -11166768 or 13671253. OLE color: 13671253.

HSL color Cylindrical-coordinate representation of color #559BD0: hue angle of 205.85º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #559BD0 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB85155208-
CMYK0.590.2500.18
HSL205.85º56.68%57.45%-
HSV(B)205.85º59.13%81.57%-
XYZ26.8529.9364.04-
YUV140.11166.3188.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 18.97%
GREEN value IS 155 (60.94% from 255) = 34.60%
BLUE value IS 208 (81.64% from 255) = 46.43%
R=18.97%
G=34.60%
B=46.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal851552080.590.2500.18205.8556.6857.45
Hex559BD03B19012ce3939
Octal12523332073310223167171
Binary101010110011011110100001110111100101001011001110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559BD0; }

 p { color: rgb(85,155,208); }

 H1.HeaderClassName
 {
   color: #559BD0;
 }
 .AnyTagClassName
 {
   color: #559BD0;
 }
</style>
background-color css

<style>
 a { background-color: #559BD0; }

 a { background-color: rgb(85,155,208); }

 div.DivClassName
 {
   background-color: #559BD0;
 }
 .BgClassName
 {
   background-color: #559BD0;
 }
</style>
border-color css

<style>
 span { border-color: #559BD0; }

 span { border-color: rgb(85,155,208); }

 td.TdClassName
 {
   border-color: #559BD0;
 }
 .TagClassName
 {
   border-color: #559BD0;
 }
</style>