Html Css Color HEX #599ABA Shakespeare

📋 copy color: '#599ABA'

red 89 ◦ green 154 ◦ blue 186

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

Shades of Shakespeare #599ABA

Tints of Shakespeare #599ABA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.9%

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

R = 20.75%
G = 35.9%
B = 43.36%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#599ABA (or 0x599ABA) is known color: Shakespeare. HEX triplet: 59, 9A and BA. RGB value is (89,154,186). Sum of RGB (Red+Green+Blue) = 89+154+186=429 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.75% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #599ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599ABA is #A66545. Grayscale: #8A8A8A. Windows color (decimal): -10904902 or 12229209. OLE color: 12229209.

HSL color Cylindrical-coordinate representation of color #599ABA: hue angle of 199.79º 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 #599ABA is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 154 186 -
CMYK 0.52 0.17 0 0.27
HSL 199.79º 0.41% 0.54% -
HSV(B) 199.79º 0.52% 0.73% -
XYZ 24.54 28.78 50.72 -
YUV 138.21 154.97 92.9 -
System Red Green Blue C M Y K H S L
Decimal 89 154 186 0.52 0.17 0 0.27 199.79 0.41 0.54
Hex 59 9A BA 34 11 0 1B C8 29 36
Octal 131 232 272 64 21 0 33 310 51 66
Binary 1011001 10011010 10111010 110100 10001 0 11011 11001000 101001 110110

Color Harmonies of #599ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599ABA

Black with #599ABA

Text Example


Text Example

White with #599ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599ABA; }

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

 H1.HeaderClassName
 {
   color: #599ABA;
 }
 .AnyTagClassName
 {
   color: #599ABA;
 }
</style>

background-color css

<style>
 a { background-color: #599ABA; }

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

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

border-color css

<style>
 span { border-color: #599ABA; }

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

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