#589ABA

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

Shades of Shakespeare #589ABA

Tints of Shakespeare #589ABA

Color information

#589ABA (or 0x589ABA) is unknown color: approx Shakespeare. HEX triplet: 58, 9A and BA. RGB value is (88,154,186). Sum of RGB (Red+Green+Blue) = 88+154+186=428 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.56% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #589ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589ABA is #A76545. Grayscale: #898989. Windows color (decimal): -10970438 or 12229208. OLE color: 12229208.

HSL color Cylindrical-coordinate representation of color #589ABA: hue angle of 199.59º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #589ABA is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB88154186-
CMYK0.530.1700.27
HSL199.59º41.53%53.73%-
HSV(B)199.59º52.69%72.94%-
XYZ24.4428.7350.71-
YUV137.91155.1392.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.56%
GREEN value IS 154 (60.55% from 255) = 35.98%
BLUE value IS 186 (73.05% from 255) = 43.46%
R=20.56%
G=35.98%
B=43.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881541860.530.1700.27199.5941.5353.73
Hex589ABA351101Bc82a36
Octal13023227265210333105266
Binary101100010011010101110101101011000101101111001000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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