#5993BB

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

Shades of Shakespeare #5993BB

Tints of Shakespeare #5993BB

Color information

#5993BB (or 0x5993BB) is unknown color: approx Shakespeare. HEX triplet: 59, 93 and BB. RGB value is (89,147,187). Sum of RGB (Red+Green+Blue) = 89+147+187=423 (56% of max value = 765). Red value is 89 (35.16% from 255 or 21.04% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #5993BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5993BB is #A66C44. Grayscale: #868686. Windows color (decimal): -10906693 or 12292953. OLE color: 12292953.

HSL color Cylindrical-coordinate representation of color #5993BB: hue angle of 204.49º degrees, saturation: 0.42, 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 #5993BB is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB89147187-
CMYK0.520.2100.27
HSL204.49º41.88%54.12%-
HSV(B)204.49º52.41%73.33%-
XYZ23.5226.5850.9-
YUV134.22157.7895.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.04%
GREEN value IS 147 (57.81% from 255) = 34.75%
BLUE value IS 187 (73.44% from 255) = 44.21%
R=21.04%
G=34.75%
B=44.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891471870.520.2100.27204.4941.8854.12
Hex5993BB341501Bcc2a36
Octal13122327364250333145266
Binary101100110010011101110111101001010101101111001100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5993BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5993BB; }

 p { color: rgb(89,147,187); }

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

<style>
 a { background-color: #5993BB; }

 a { background-color: rgb(89,147,187); }

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

<style>
 span { border-color: #5993BB; }

 span { border-color: rgb(89,147,187); }

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