#559DCD

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

Shades of Picton Blue #559DCD

Tints of Picton Blue #559DCD

Color information

#559DCD (or 0x559DCD) is unknown color: approx Picton Blue. HEX triplet: 55, 9D and CD. RGB value is (85,157,205). Sum of RGB (Red+Green+Blue) = 85+157+205=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #559DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559DCD is #AA6232. Grayscale: #8C8C8C. Windows color (decimal): -11166259 or 13475157. OLE color: 13475157.

HSL color Cylindrical-coordinate representation of color #559DCD: hue angle of 204º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #559DCD is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB85157205-
CMYK0.590.2300.20
HSL204º54.55%56.86%-
HSV(B)204º58.54%80.39%-
XYZ26.8230.4562.22-
YUV140.94164.1588.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.02%
GREEN value IS 157 (61.72% from 255) = 35.12%
BLUE value IS 205 (80.47% from 255) = 45.86%
R=19.02%
G=35.12%
B=45.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal851572050.590.2300.2020454.5556.86
Hex559DCD3B17014cc3739
Octal12523531573270243146771
Binary101010110011101110011011110111011101010011001100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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