Html Css Color HEX #59A2CE Picton Blue

📋 copy color: '#59A2CE'

red 89 ◦ green 162 ◦ blue 206

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

Shades of Picton Blue #59A2CE

Tints of Picton Blue #59A2CE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.45%

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 19.47%
G = 35.45%
B = 45.08%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#59A2CE (or 0x59A2CE) is known color: Picton Blue. HEX triplet: 59, A2 and CE. RGB value is (89,162,206). Sum of RGB (Red+Green+Blue) = 89+162+206=457 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.47% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #59A2CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A2CE is #A65D31. Grayscale: #909090. Windows color (decimal): -10902834 or 13541977. OLE color: 13541977.

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

Color convert

RGB 89 162 206 -
CMYK 0.57 0.21 0 0.19
HSL 202.56º 0.54% 0.58% -
HSV(B) 202.56º 0.57% 0.81% -
XYZ 28.18 32.42 63.17 -
YUV 145.19 162.32 87.92 -
System Red Green Blue C M Y K H S L
Decimal 89 162 206 0.57 0.21 0 0.19 202.56 0.54 0.58
Hex 59 A2 CE 39 15 0 13 CB 36 3A
Octal 131 242 316 71 25 0 23 313 66 72
Binary 1011001 10100010 11001110 111001 10101 0 10011 11001011 110110 111010

Color Harmonies of #59A2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A2CE

Black with #59A2CE

Text Example


Text Example

White with #59A2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,162,206); }

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

background-color css

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

 a { background-color: rgb(89,162,206); }

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

border-color css

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

 span { border-color: rgb(89,162,206); }

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