#559DDF

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

Shades of Picton Blue #559DDF

Tints of Picton Blue #559DDF

Color information

#559DDF (or 0x559DDF) is unknown color: approx Picton Blue. HEX triplet: 55, 9D and DF. RGB value is (85,157,223). Sum of RGB (Red+Green+Blue) = 85+157+223=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #559DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559DDF is #AA6220. Grayscale: #8E8E8E. Windows color (decimal): -11166241 or 14654805. OLE color: 14654805.

HSL color Cylindrical-coordinate representation of color #559DDF: hue angle of 208.7º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #559DDF is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB85157223-
CMYK0.620.3000.13
HSL208.7º68.32%60.39%-
HSV(B)208.7º61.88%87.45%-
XYZ29.1231.3774.33-
YUV143173.1586.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.28%
GREEN value IS 157 (61.72% from 255) = 33.76%
BLUE value IS 223 (87.5% from 255) = 47.96%
R=18.28%
G=33.76%
B=47.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal851572230.620.3000.13208.768.3260.39
Hex559DDF3E1E0Dd1443c
Octal125235337763601532110474
Binary101010110011101110111111111101111001101110100011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,157,223); }

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

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

 a { background-color: rgb(85,157,223); }

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

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

 span { border-color: rgb(85,157,223); }

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