Html Css Color HEX #559DCF Picton Blue

📋 copy color: '#559DCF'

red 85 ◦ green 157 ◦ blue 207

#559DCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #559DCF

Tints of Picton Blue #559DCF

RGB

 RED value IS 85 (33.59% from 255) = 18.93%

 GREEN value IS 157 (61.72% from 255) = 34.97%

 BLUE value IS 207 (81.25% from 255) = 46.1%

R = 18.93%
G = 34.97%
B = 46.1%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#559DCF (or 0x559DCF) is known color: Picton Blue. HEX triplet: 55, 9D and CF. RGB value is (85,157,207). Sum of RGB (Red+Green+Blue) = 85+157+207=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #559DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559DCF is #AA6230. Grayscale: #8C8C8C. Windows color (decimal): -11166257 or 13606229. OLE color: 13606229.

HSL color Cylindrical-coordinate representation of color #559DCF: hue angle of 204.59º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #559DCF is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 157 207 -
CMYK 0.59 0.24 0 0.19
HSL 204.59º 0.56% 0.57% -
HSV(B) 204.59º 0.59% 0.81% -
XYZ 27.07 30.55 63.5 -
YUV 141.17 165.15 87.93 -
System Red Green Blue C M Y K H S L
Decimal 85 157 207 0.59 0.24 0 0.19 204.59 0.56 0.57
Hex 55 9D CF 3B 18 0 13 CD 38 39
Octal 125 235 317 73 30 0 23 315 70 71
Binary 1010101 10011101 11001111 111011 11000 0 10011 11001101 111000 111001

Color Harmonies of #559DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559DCF

Black with #559DCF

Text Example


Text Example

White with #559DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #559DCF;
 }
 .AnyTagClassName
 {
   color: #559DCF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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