#5994BA

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

Shades of Shakespeare #5994BA

Tints of Shakespeare #5994BA

Color information

#5994BA (or 0x5994BA) is unknown color: approx Shakespeare. HEX triplet: 59, 94 and BA. RGB value is (89,148,186). Sum of RGB (Red+Green+Blue) = 89+148+186=423 (56% of max value = 765). Red value is 89 (35.16% from 255 or 21.04% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #5994BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5994BA is #A66B45. Grayscale: #868686. Windows color (decimal): -10906438 or 12227673. OLE color: 12227673.

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

Color convert

RGB89148186-
CMYK0.520.2000.27
HSL203.51º41.28%53.92%-
HSV(B)203.51º52.15%72.94%-
XYZ23.5726.8550.39-
YUV134.69156.9595.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.04%
GREEN value IS 148 (58.20% from 255) = 34.99%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=21.04%
G=34.99%
B=43.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891481860.520.2000.27203.5141.2853.92
Hex5994BA341401Bcc2936
Octal13122427264240333145166
Binary101100110010100101110101101001010001101111001100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5994BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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