Html Css Color HEX #599ABE Shakespeare

📋 copy color: '#599ABE'

red 89 ◦ green 154 ◦ blue 190

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

Shades of Shakespeare #599ABE

Tints of Shakespeare #599ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.88%

R = 20.55%
G = 35.57%
B = 43.88%

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

#599ABE (or 0x599ABE) is known color: Shakespeare. HEX triplet: 59, 9A and BE. RGB value is (89,154,190). Sum of RGB (Red+Green+Blue) = 89+154+190=433 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.55% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #599ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599ABE is #A66541. Grayscale: #8A8A8A. Windows color (decimal): -10904898 or 12491353. OLE color: 12491353.

HSL color Cylindrical-coordinate representation of color #599ABE: hue angle of 201.39º 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 #599ABE is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 154 190 -
CMYK 0.53 0.19 0 0.25
HSL 201.39º 0.44% 0.55% -
HSV(B) 201.39º 0.53% 0.75% -
XYZ 24.97 28.95 52.99 -
YUV 138.67 156.97 92.57 -
System Red Green Blue C M Y K H S L
Decimal 89 154 190 0.53 0.19 0 0.25 201.39 0.44 0.55
Hex 59 9A BE 35 13 0 19 C9 2C 37
Octal 131 232 276 65 23 0 31 311 54 67
Binary 1011001 10011010 10111110 110101 10011 0 11001 11001001 101100 110111

Color Harmonies of #599ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599ABE

Black with #599ABE

Text Example


Text Example

White with #599ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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