Html Css Color HEX #59A2CF Picton Blue

📋 copy color: '#59A2CF'

red 89 ◦ green 162 ◦ blue 207

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

Shades of Picton Blue #59A2CF

Tints of Picton Blue #59A2CF

RGB

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

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

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

R = 19.43%
G = 35.37%
B = 45.2%

CMYK

 C value IS 0.57

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#59A2CF (or 0x59A2CF) is known color: Picton Blue. HEX triplet: 59, A2 and CF. RGB value is (89,162,207). Sum of RGB (Red+Green+Blue) = 89+162+207=458 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.43% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #59A2CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A2CF is #A65D30. Grayscale: #919191. Windows color (decimal): -10902833 or 13607513. OLE color: 13607513.

HSL color Cylindrical-coordinate representation of color #59A2CF: hue angle of 202.88º degrees, saturation: 0.55, 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 #59A2CF is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 162 207 -
CMYK 0.57 0.22 0 0.19
HSL 202.88º 0.55% 0.58% -
HSV(B) 202.88º 0.57% 0.81% -
XYZ 28.3 32.47 63.81 -
YUV 145.3 162.82 87.84 -
System Red Green Blue C M Y K H S L
Decimal 89 162 207 0.57 0.22 0 0.19 202.88 0.55 0.58
Hex 59 A2 CF 39 16 0 13 CB 37 3A
Octal 131 242 317 71 26 0 23 313 67 72
Binary 1011001 10100010 11001111 111001 10110 0 10011 11001011 110111 111010

Color Harmonies of #59A2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A2CF

Black with #59A2CF

Text Example


Text Example

White with #59A2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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