#5992BA

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

Shades of Shakespeare #5992BA

Tints of Shakespeare #5992BA

Color information

#5992BA (or 0x5992BA) is unknown color: approx Shakespeare. HEX triplet: 59, 92 and BA. RGB value is (89,146,186). Sum of RGB (Red+Green+Blue) = 89+146+186=421 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.14% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #5992BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5992BA is #A66D45. Grayscale: #858585. Windows color (decimal): -10906950 or 12227161. OLE color: 12227161.

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

Color convert

RGB89146186-
CMYK0.520.2200.27
HSL204.74º41.28%53.92%-
HSV(B)204.74º52.15%72.94%-
XYZ23.2626.2350.29-
YUV133.52157.6296.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.14%
GREEN value IS 146 (57.42% from 255) = 34.68%
BLUE value IS 186 (73.05% from 255) = 44.18%
R=21.14%
G=34.68%
B=44.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891461860.520.2200.27204.7441.2853.92
Hex5992BA341601Bcd2936
Octal13122227264260333155166
Binary101100110010010101110101101001011001101111001101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5992BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5992BA; }

 p { color: rgb(89,146,186); }

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

<style>
 a { background-color: #5992BA; }

 a { background-color: rgb(89,146,186); }

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

<style>
 span { border-color: #5992BA; }

 span { border-color: rgb(89,146,186); }

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