#5E9DB4

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

Shades of Shakespeare #5E9DB4

Tints of Shakespeare #5E9DB4

Color information

#5E9DB4 (or 0x5E9DB4) is unknown color: approx Shakespeare. HEX triplet: 5E, 9D and B4. RGB value is (94,157,180). Sum of RGB (Red+Green+Blue) = 94+157+180=431 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.81% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 180 - color contains mainly: blue. Hex color #5E9DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9DB4 is #A1624B. Grayscale: #8C8C8C. Windows color (decimal): -10576460 or 11836766. OLE color: 11836766.

HSL color Cylindrical-coordinate representation of color #5E9DB4: hue angle of 196.05º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E9DB4 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB94157180-
CMYK0.480.1300.29
HSL196.05º36.44%53.73%-
HSV(B)196.05º47.78%70.59%-
XYZ24.9129.7947.62-
YUV140.78150.1394.63-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.81%
GREEN value IS 157 (61.72% from 255) = 36.43%
BLUE value IS 180 (70.70% from 255) = 41.76%
R=21.81%
G=36.43%
B=41.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal941571800.480.1300.29196.0536.4453.73
Hex5E9DB430D01Dc42436
Octal13623526460150353044466
Binary10111101001110110110100110000110101110111000100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,157,180); }

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

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

 a { background-color: rgb(94,157,180); }

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

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

 span { border-color: rgb(94,157,180); }

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