Html Css Color HEX #599ABB Shakespeare

📋 copy color: '#599ABB'

red 89 ◦ green 154 ◦ blue 187

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

Shades of Shakespeare #599ABB

Tints of Shakespeare #599ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.49%

R = 20.7%
G = 35.81%
B = 43.49%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#599ABB (or 0x599ABB) is known color: Shakespeare. HEX triplet: 59, 9A and BB. RGB value is (89,154,187). Sum of RGB (Red+Green+Blue) = 89+154+187=430 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.70% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #599ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599ABB is #A66544. Grayscale: #8A8A8A. Windows color (decimal): -10904901 or 12294745. OLE color: 12294745.

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

Color convert

RGB 89 154 187 -
CMYK 0.52 0.18 0 0.27
HSL 200.2º 0.42% 0.54% -
HSV(B) 200.2º 0.52% 0.73% -
XYZ 24.65 28.82 51.28 -
YUV 138.33 155.47 92.82 -
System Red Green Blue C M Y K H S L
Decimal 89 154 187 0.52 0.18 0 0.27 200.2 0.42 0.54
Hex 59 9A BB 34 12 0 1B C8 2A 36
Octal 131 232 273 64 22 0 33 310 52 66
Binary 1011001 10011010 10111011 110100 10010 0 11011 11001000 101010 110110

Color Harmonies of #599ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599ABB

Black with #599ABB

Text Example


Text Example

White with #599ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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