Html Css Color HEX #59A5BA Shakespeare

📋 copy color: '#59A5BA'

red 89 ◦ green 165 ◦ blue 186

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

Shades of Shakespeare #59A5BA

Tints of Shakespeare #59A5BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.27%

R = 20.23%
G = 37.5%
B = 42.27%

CMYK

 C value IS 0.52

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#59A5BA (or 0x59A5BA) is known color: Shakespeare. HEX triplet: 59, A5 and BA. RGB value is (89,165,186). Sum of RGB (Red+Green+Blue) = 89+165+186=440 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.23% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #59A5BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A5BA is #A65A45. Grayscale: #909090. Windows color (decimal): -10902086 or 12232025. OLE color: 12232025.

HSL color Cylindrical-coordinate representation of color #59A5BA: hue angle of 192.99º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59A5BA is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 165 186 -
CMYK 0.52 0.11 0 0.27
HSL 192.99º 0.41% 0.54% -
HSV(B) 192.99º 0.52% 0.73% -
XYZ 26.44 32.58 51.35 -
YUV 144.67 151.32 88.29 -
System Red Green Blue C M Y K H S L
Decimal 89 165 186 0.52 0.11 0 0.27 192.99 0.41 0.54
Hex 59 A5 BA 34 B 0 1B C1 29 36
Octal 131 245 272 64 13 0 33 301 51 66
Binary 1011001 10100101 10111010 110100 1011 0 11011 11000001 101001 110110

Color Harmonies of #59A5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A5BA

Black with #59A5BA

Text Example


Text Example

White with #59A5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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