#5998BC

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

Shades of Shakespeare #5998BC

Tints of Shakespeare #5998BC

Color information

#5998BC (or 0x5998BC) is unknown color: approx Shakespeare. HEX triplet: 59, 98 and BC. RGB value is (89,152,188). Sum of RGB (Red+Green+Blue) = 89+152+188=429 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.75% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #5998BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5998BC is #A66743. Grayscale: #898989. Windows color (decimal): -10905412 or 12359769. OLE color: 12359769.

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

Color convert

RGB89152188-
CMYK0.530.1900.26
HSL201.82º42.49%54.31%-
HSV(B)201.82º52.66%73.73%-
XYZ24.4328.2151.73-
YUV137.27156.6393.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.75%
GREEN value IS 152 (59.77% from 255) = 35.43%
BLUE value IS 188 (73.83% from 255) = 43.82%
R=20.75%
G=35.43%
B=43.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal891521880.530.1900.26201.8242.4954.31
Hex5998BC351301Aca2a36
Octal13123027465230323125266
Binary101100110011000101111001101011001101101011001010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5998BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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