#5992BC

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

Shades of Shakespeare #5992BC

Tints of Shakespeare #5992BC

Color information

#5992BC (or 0x5992BC) is unknown color: approx Shakespeare. HEX triplet: 59, 92 and BC. RGB value is (89,146,188). Sum of RGB (Red+Green+Blue) = 89+146+188=423 (56% of max value = 765). Red value is 89 (35.16% from 255 or 21.04% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #5992BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5992BC is #A66D43. Grayscale: #858585. Windows color (decimal): -10906948 or 12358233. OLE color: 12358233.

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

Color convert

RGB89146188-
CMYK0.530.2200.26
HSL205.45º42.49%54.31%-
HSV(B)205.45º52.66%73.73%-
XYZ23.4826.3151.42-
YUV133.74158.6296.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.04%
GREEN value IS 146 (57.42% from 255) = 34.52%
BLUE value IS 188 (73.83% from 255) = 44.44%
R=21.04%
G=34.52%
B=44.44%

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
Decimal891461880.530.2200.26205.4542.4954.31
Hex5992BC351601Acd2a36
Octal13122227465260323155266
Binary101100110010010101111001101011011001101011001101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5992BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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