#559FD0

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

Shades of Picton Blue #559FD0

Tints of Picton Blue #559FD0

Color information

#559FD0 (or 0x559FD0) is unknown color: approx Picton Blue. HEX triplet: 55, 9F and D0. RGB value is (85,159,208). Sum of RGB (Red+Green+Blue) = 85+159+208=452 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.81% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #559FD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559FD0 is #AA602F. Grayscale: #8E8E8E. Windows color (decimal): -11165744 or 13672277. OLE color: 13672277.

HSL color Cylindrical-coordinate representation of color #559FD0: hue angle of 203.9º 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 #559FD0 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB85159208-
CMYK0.590.2400.18
HSL203.9º56.68%57.45%-
HSV(B)203.9º59.13%81.57%-
XYZ27.5331.2864.26-
YUV142.46164.9887.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.81%
GREEN value IS 159 (62.5% from 255) = 35.18%
BLUE value IS 208 (81.64% from 255) = 46.02%
R=18.81%
G=35.18%
B=46.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal851592080.590.2400.18203.956.6857.45
Hex559FD03B18012cc3939
Octal12523732073300223147171
Binary101010110011111110100001110111100001001011001100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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