#589AAB

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

Shades of Shakespeare #589AAB

Tints of Shakespeare #589AAB

Color information

#589AAB (or 0x589AAB) is unknown color: approx Shakespeare. HEX triplet: 58, 9A and AB. RGB value is (88,154,171). Sum of RGB (Red+Green+Blue) = 88+154+171=413 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.31% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #589AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589AAB is #A76554. Grayscale: #888888. Windows color (decimal): -10970453 or 11246168. OLE color: 11246168.

HSL color Cylindrical-coordinate representation of color #589AAB: hue angle of 192.29º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #589AAB is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB88154171-
CMYK0.490.1000.33
HSL192.29º33.07%50.78%-
HSV(B)192.29º48.54%67.06%-
XYZ22.9328.1342.75-
YUV136.2147.6393.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.31%
GREEN value IS 154 (60.55% from 255) = 37.29%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=21.31%
G=37.29%
B=41.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881541710.490.1000.33192.2933.0750.78
Hex589AAB31A021c02133
Octal13023225361120413004163
Binary101100010011010101010111100011010010000111000000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589AAB; }

 p { color: rgb(88,154,171); }

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

<style>
 a { background-color: #589AAB; }

 a { background-color: rgb(88,154,171); }

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

<style>
 span { border-color: #589AAB; }

 span { border-color: rgb(88,154,171); }

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