Html Css Color HEX #59A0CD Picton Blue

📋 copy color: '#59A0CD'

red 89 ◦ green 160 ◦ blue 205

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

Shades of Picton Blue #59A0CD

Tints of Picton Blue #59A0CD

RGB

 RED value IS 89 (35.16% from 255) = 19.6%

 GREEN value IS 160 (62.89% from 255) = 35.24%

 BLUE value IS 205 (80.47% from 255) = 45.15%

R = 19.6%
G = 35.24%
B = 45.15%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#59A0CD (or 0x59A0CD) is known color: Picton Blue. HEX triplet: 59, A0 and CD. RGB value is (89,160,205). Sum of RGB (Red+Green+Blue) = 89+160+205=454 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.60% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #59A0CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A0CD is #A65F32. Grayscale: #8F8F8F. Windows color (decimal): -10903347 or 13475929. OLE color: 13475929.

HSL color Cylindrical-coordinate representation of color #59A0CD: hue angle of 203.28º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59A0CD is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 160 205 -
CMYK 0.57 0.22 0 0.20
HSL 203.28º 0.54% 0.58% -
HSV(B) 203.28º 0.57% 0.8% -
XYZ 27.71 31.67 62.41 -
YUV 143.9 162.48 88.84 -
System Red Green Blue C M Y K H S L
Decimal 89 160 205 0.57 0.22 0 0.20 203.28 0.54 0.58
Hex 59 A0 CD 39 16 0 14 CB 36 3A
Octal 131 240 315 71 26 0 24 313 66 72
Binary 1011001 10100000 11001101 111001 10110 0 10100 11001011 110110 111010

Color Harmonies of #59A0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A0CD

Black with #59A0CD

Text Example


Text Example

White with #59A0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59A0CD; }

 p { color: rgb(89,160,205); }

 H1.HeaderClassName
 {
   color: #59A0CD;
 }
 .AnyTagClassName
 {
   color: #59A0CD;
 }
</style>

background-color css

<style>
 a { background-color: #59A0CD; }

 a { background-color: rgb(89,160,205); }

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

border-color css

<style>
 span { border-color: #59A0CD; }

 span { border-color: rgb(89,160,205); }

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