#5992B4

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

Shades of Shakespeare #5992B4

Tints of Shakespeare #5992B4

Color information

#5992B4 (or 0x5992B4) is unknown color: approx Shakespeare. HEX triplet: 59, 92 and B4. RGB value is (89,146,180). Sum of RGB (Red+Green+Blue) = 89+146+180=415 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.45% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 180 - color contains mainly: blue. Hex color #5992B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5992B4 is #A66D4B. Grayscale: #848484. Windows color (decimal): -10906956 or 11833945. OLE color: 11833945.

HSL color Cylindrical-coordinate representation of color #5992B4: hue angle of 202.42º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5992B4 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB89146180-
CMYK0.510.1900.29
HSL202.42º37.76%52.75%-
HSV(B)202.42º50.56%70.59%-
XYZ22.6425.9847-
YUV132.83154.6296.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.45%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 180 (70.70% from 255) = 43.37%
R=21.45%
G=35.18%
B=43.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal891461800.510.1900.29202.4237.7652.75
Hex5992B4331301Dca2635
Octal13122226463230353124665
Binary101100110010010101101001100111001101110111001010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5992B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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