Html Css Color HEX #599ABF Shakespeare

📋 copy color: '#599ABF'

red 89 ◦ green 154 ◦ blue 191

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

Shades of Shakespeare #599ABF

Tints of Shakespeare #599ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.01%

R = 20.51%
G = 35.48%
B = 44.01%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#599ABF (or 0x599ABF) is known color: Shakespeare. HEX triplet: 59, 9A and BF. RGB value is (89,154,191). Sum of RGB (Red+Green+Blue) = 89+154+191=434 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.51% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #599ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599ABF is #A66540. Grayscale: #8A8A8A. Windows color (decimal): -10904897 or 12556889. OLE color: 12556889.

HSL color Cylindrical-coordinate representation of color #599ABF: hue angle of 201.76º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #599ABF is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 154 191 -
CMYK 0.53 0.19 0 0.25
HSL 201.76º 0.44% 0.55% -
HSV(B) 201.76º 0.53% 0.75% -
XYZ 25.08 29 53.57 -
YUV 138.78 157.47 92.49 -
System Red Green Blue C M Y K H S L
Decimal 89 154 191 0.53 0.19 0 0.25 201.76 0.44 0.55
Hex 59 9A BF 35 13 0 19 CA 2C 37
Octal 131 232 277 65 23 0 31 312 54 67
Binary 1011001 10011010 10111111 110101 10011 0 11001 11001010 101100 110111

Color Harmonies of #599ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599ABF

Black with #599ABF

Text Example


Text Example

White with #599ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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