#5E99C0

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

Shades of Shakespeare #5E99C0

Tints of Shakespeare #5E99C0

Color information

#5E99C0 (or 0x5E99C0) is unknown color: approx Shakespeare. HEX triplet: 5E, 99 and C0. RGB value is (94,153,192). Sum of RGB (Red+Green+Blue) = 94+153+192=439 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.41% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 192 - color contains mainly: blue. Hex color #5E99C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E99C0 is #A1663F. Grayscale: #8B8B8B. Windows color (decimal): -10577472 or 12622174. OLE color: 12622174.

HSL color Cylindrical-coordinate representation of color #5E99C0: hue angle of 203.88º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E99C0 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB94153192-
CMYK0.510.2000.25
HSL203.88º43.75%56.08%-
HSV(B)203.88º51.04%75.29%-
XYZ25.5228.9754.12-
YUV139.8157.4595.33-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.41%
GREEN value IS 153 (60.16% from 255) = 34.85%
BLUE value IS 192 (75.39% from 255) = 43.74%
R=21.41%
G=34.85%
B=43.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal941531920.510.2000.25203.8843.7556.08
Hex5E99C03314019cc2c38
Octal13623130063240313145470
Binary101111010011001110000001100111010001100111001100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E99C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E99C0; }

 p { color: rgb(94,153,192); }

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

<style>
 a { background-color: #5E99C0; }

 a { background-color: rgb(94,153,192); }

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

<style>
 span { border-color: #5E99C0; }

 span { border-color: rgb(94,153,192); }

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