#5993BC

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

Shades of Shakespeare #5993BC

Tints of Shakespeare #5993BC

Color information

#5993BC (or 0x5993BC) is unknown color: approx Shakespeare. HEX triplet: 59, 93 and BC. RGB value is (89,147,188). Sum of RGB (Red+Green+Blue) = 89+147+188=424 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.99% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #5993BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5993BC is #A66C43. Grayscale: #868686. Windows color (decimal): -10906692 or 12358489. OLE color: 12358489.

HSL color Cylindrical-coordinate representation of color #5993BC: hue angle of 204.85º degrees, saturation: 0.42, 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 #5993BC is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB89147188-
CMYK0.530.2200.26
HSL204.85º42.49%54.31%-
HSV(B)204.85º52.66%73.73%-
XYZ23.6326.6251.47-
YUV134.33158.2895.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.99%
GREEN value IS 147 (57.81% from 255) = 34.67%
BLUE value IS 188 (73.83% from 255) = 44.34%
R=20.99%
G=34.67%
B=44.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal891471880.530.2200.26204.8542.4954.31
Hex5993BC351601Acd2a36
Octal13122327465260323155266
Binary101100110010011101111001101011011001101011001101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5993BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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