Html Css Color HEX #59A0E1 Picton Blue

📋 copy color: '#59A0E1'

red 89 ◦ green 160 ◦ blue 225

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

Shades of Picton Blue #59A0E1

Tints of Picton Blue #59A0E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.47%

R = 18.78%
G = 33.76%
B = 47.47%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#59A0E1 (or 0x59A0E1) is known color: Picton Blue. HEX triplet: 59, A0 and E1. RGB value is (89,160,225). Sum of RGB (Red+Green+Blue) = 89+160+225=474 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.78% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 225 (88.28% from 255 or 47.47% from 474); Max value from RGB is 225 - color contains mainly: blue. Hex color #59A0E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A0E1 is #A65F1E. Grayscale: #919191. Windows color (decimal): -10903327 or 14786649. OLE color: 14786649.

HSL color Cylindrical-coordinate representation of color #59A0E1: hue angle of 208.68º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59A0E1 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 89 160 225 -
CMYK 0.60 0.29 0 0.12
HSL 208.68º 0.69% 0.62% -
HSV(B) 208.68º 0.6% 0.88% -
XYZ 30.28 32.7 75.95 -
YUV 146.18 172.48 87.21 -
System Red Green Blue C M Y K H S L
Decimal 89 160 225 0.60 0.29 0 0.12 208.68 0.69 0.62
Hex 59 A0 E1 3C 1D 0 C D1 45 3E
Octal 131 240 341 74 35 0 14 321 105 76
Binary 1011001 10100000 11100001 111100 11101 0 1100 11010001 1000101 111110

Color Harmonies of #59A0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A0E1

Black with #59A0E1

Text Example


Text Example

White with #59A0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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