#599ABB

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

Shades of Shakespeare #599ABB

Tints of Shakespeare #599ABB

Color information

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

RGB89154187-
CMYK0.520.1800.27
HSL200.2º41.88%54.12%-
HSV(B)200.2º52.41%73.33%-
XYZ24.6528.8251.28-
YUV138.33155.4792.82-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.70%
GREEN value IS 154 (60.55% from 255) = 35.81%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=20.70%
G=35.81%
B=43.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891541870.520.1800.27200.241.8854.12
Hex599ABB341201Bc82a36
Octal13123227364220333105266
Binary101100110011010101110111101001001001101111001000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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