#599ABE

Color #599ABE Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #599ABE

Tints of Shakespeare #599ABE

Color information

#599ABE (or 0x599ABE) is unknown color: approx 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

RGB89154190-
CMYK0.530.1900.25
HSL201.39º43.72%54.71%-
HSV(B)201.39º53.16%74.51%-
XYZ24.9728.9552.99-
YUV138.67156.9792.57-

RGB Variations

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

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 (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891541900.530.1900.25201.3943.7254.71
Hex599ABE3513019c92c37
Octal13123227665230313115467
Binary101100110011010101111101101011001101100111001001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>