#589CBC

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

Shades of Shakespeare #589CBC

Tints of Shakespeare #589CBC

Color information

#589CBC (or 0x589CBC) is unknown color: approx Shakespeare. HEX triplet: 58, 9C and BC. RGB value is (88,156,188). Sum of RGB (Red+Green+Blue) = 88+156+188=432 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.37% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #589CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589CBC is #A76343. Grayscale: #8B8B8B. Windows color (decimal): -10969924 or 12360792. OLE color: 12360792.

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

Color convert

RGB88156188-
CMYK0.530.1700.26
HSL199.2º42.74%54.12%-
HSV(B)199.2º53.19%73.73%-
XYZ24.9929.4851.95-
YUV139.32155.4791.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.37%
GREEN value IS 156 (61.33% from 255) = 36.11%
BLUE value IS 188 (73.83% from 255) = 43.52%
R=20.37%
G=36.11%
B=43.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal881561880.530.1700.26199.242.7454.12
Hex589CBC351101Ac72b36
Octal13023427465210323075366
Binary101100010011100101111001101011000101101011000111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,156,188); }

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

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

 a { background-color: rgb(88,156,188); }

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

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

 span { border-color: rgb(88,156,188); }

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