Html Css Color HEX #59A5CE Picton Blue

📋 copy color: '#59A5CE'

red 89 ◦ green 165 ◦ blue 206

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

Shades of Picton Blue #59A5CE

Tints of Picton Blue #59A5CE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.87%

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

R = 19.35%
G = 35.87%
B = 44.78%

CMYK

 C value IS 0.57

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#59A5CE (or 0x59A5CE) is known color: Picton Blue. HEX triplet: 59, A5 and CE. RGB value is (89,165,206). Sum of RGB (Red+Green+Blue) = 89+165+206=460 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.35% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #59A5CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A5CE is #A65A31. Grayscale: #929292. Windows color (decimal): -10902066 or 13542745. OLE color: 13542745.

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

Color convert

RGB 89 165 206 -
CMYK 0.57 0.20 0 0.19
HSL 201.03º 0.54% 0.58% -
HSV(B) 201.03º 0.57% 0.81% -
XYZ 28.72 33.49 63.34 -
YUV 146.95 161.32 86.67 -
System Red Green Blue C M Y K H S L
Decimal 89 165 206 0.57 0.20 0 0.19 201.03 0.54 0.58
Hex 59 A5 CE 39 14 0 13 C9 36 3A
Octal 131 245 316 71 24 0 23 311 66 72
Binary 1011001 10100101 11001110 111001 10100 0 10011 11001001 110110 111010

Color Harmonies of #59A5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A5CE

Black with #59A5CE

Text Example


Text Example

White with #59A5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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