#559fd7

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

Shades of Picton Blue #559FD7

Tints of Picton Blue #559FD7

Color information

#559FD7 (or 0x559FD7) is unknown color: approx Picton Blue. HEX triplet: 55, 9F and D7. RGB value is (85,159,215). Sum of RGB (Red+Green+Blue) = 85+159+215=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 215 (84.38% from 255 or 46.84% from 459); Max value from RGB is 215 - color contains mainly: blue. Hex color #559FD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559FD7 is #AA6028. Grayscale: #8E8E8E. Windows color (decimal): -11165737 or 14131029. OLE color: 14131029.

HSL color Cylindrical-coordinate representation of color #559FD7: hue angle of 205.85º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #559FD7 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB85159215-
CMYK0.600.2600.16
HSL205.85º61.9%58.82%-
HSV(B)205.85º60.47%84.31%-
XYZ28.4131.6368.9-
YUV143.26168.4886.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.52%
GREEN value IS 159 (62.5% from 255) = 34.64%
BLUE value IS 215 (84.38% from 255) = 46.84%
R=18.52%
G=34.64%
B=46.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal851592150.600.2600.16205.8561.958.82
Hex559FD73C1A010ce3e3b
Octal12523732774320203167673
Binary101010110011111110101111111001101001000011001110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559fd7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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