Html Css Color HEX #59A8E1 Picton Blue

📋 copy color: '#59A8E1'

red 89 ◦ green 168 ◦ blue 225

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

Shades of Picton Blue #59A8E1

Tints of Picton Blue #59A8E1

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.85%

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

R = 18.46%
G = 34.85%
B = 46.68%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#59A8E1 (or 0x59A8E1) is known color: Picton Blue. HEX triplet: 59, A8 and E1. RGB value is (89,168,225). Sum of RGB (Red+Green+Blue) = 89+168+225=482 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.46% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #59A8E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A8E1 is #A6571E. Grayscale: #969696. Windows color (decimal): -10901279 or 14788697. OLE color: 14788697.

HSL color Cylindrical-coordinate representation of color #59A8E1: hue angle of 205.15º 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 #59A8E1 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 89 168 225 -
CMYK 0.60 0.25 0 0.12
HSL 205.15º 0.69% 0.62% -
HSV(B) 205.15º 0.6% 0.88% -
XYZ 31.71 35.57 76.43 -
YUV 150.88 169.83 83.87 -
System Red Green Blue C M Y K H S L
Decimal 89 168 225 0.60 0.25 0 0.12 205.15 0.69 0.62
Hex 59 A8 E1 3C 19 0 C CD 45 3E
Octal 131 250 341 74 31 0 14 315 105 76
Binary 1011001 10101000 11100001 111100 11001 0 1100 11001101 1000101 111110

Color Harmonies of #59A8E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A8E1

Black with #59A8E1

Text Example


Text Example

White with #59A8E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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