#5E7370

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

Shades of William #5E7370

Tints of William #5E7370

Color information

#5E7370 (or 0x5E7370) is unknown color: approx William. HEX triplet: 5E, 73 and 70. RGB value is (94,115,112). Sum of RGB (Red+Green+Blue) = 94+115+112=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 115 - color contains mainly: green. Hex color #5E7370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7370 is #A18C8F. Grayscale: #6C6C6C. Windows color (decimal): -10587280 or 7369566. OLE color: 7369566.

HSL color Cylindrical-coordinate representation of color #5E7370: hue angle of 171.43º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E7370 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB94115112-
CMYK0.1800.030.55
HSL171.43º10.05%40.98%-
HSV(B)171.43º18.26%45.1%-
XYZ13.6715.8117.66-
YUV108.38130.04117.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.28%
GREEN value IS 115 (45.31% from 255) = 35.83%
BLUE value IS 112 (44.14% from 255) = 34.89%
R=29.28%
G=35.83%
B=34.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal941151120.1800.030.55171.4310.0540.98
Hex5E7370120337aba29
Octal1361631602203672531251
Binary10111101110011111000010010011110111101010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,115,112); }

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

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

 a { background-color: rgb(94,115,112); }

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

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

 span { border-color: rgb(94,115,112); }

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