#599AB9

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

Shades of Shakespeare #599AB9

Tints of Shakespeare #599AB9

Color information

#599AB9 (or 0x599AB9) is unknown color: approx Shakespeare. HEX triplet: 59, 9A and B9. RGB value is (89,154,185). Sum of RGB (Red+Green+Blue) = 89+154+185=428 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.79% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 185 - color contains mainly: blue. Hex color #599AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599AB9 is #A66546. Grayscale: #898989. Windows color (decimal): -10904903 or 12163673. OLE color: 12163673.

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

Color convert

RGB89154185-
CMYK0.520.1700.27
HSL199.38º40.68%53.73%-
HSV(B)199.38º51.89%72.55%-
XYZ24.4328.7450.16-
YUV138.1154.4792.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.79%
GREEN value IS 154 (60.55% from 255) = 35.98%
BLUE value IS 185 (72.66% from 255) = 43.22%
R=20.79%
G=35.98%
B=43.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891541850.520.1700.27199.3840.6853.73
Hex599AB9341101Bc72936
Octal13123227164210333075166
Binary101100110011010101110011101001000101101111000111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #599AB9;
 }
 .AnyTagClassName
 {
   color: #599AB9;
 }
</style>
background-color css

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

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

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

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

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

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