#5E7975

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

Shades of William #5E7975

Tints of William #5E7975

Color information

#5E7975 (or 0x5E7975) is unknown color: approx William. HEX triplet: 5E, 79 and 75. RGB value is (94,121,117). Sum of RGB (Red+Green+Blue) = 94+121+117=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 121 - color contains mainly: green. Hex color #5E7975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7975 is #A1868A. Grayscale: #707070. Windows color (decimal): -10585739 or 7698782. OLE color: 7698782.

HSL color Cylindrical-coordinate representation of color #5E7975: hue angle of 171.11º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E7975 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB94121117-
CMYK0.2200.030.53
HSL171.11º12.56%42.16%-
HSV(B)171.11º22.31%47.45%-
XYZ14.6617.3419.4-
YUV112.47130.55114.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.31%
GREEN value IS 121 (47.66% from 255) = 36.45%
BLUE value IS 117 (46.09% from 255) = 35.24%
R=28.31%
G=36.45%
B=35.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal941211170.2200.030.53171.1112.5642.16
Hex5E7975160335abd2a
Octal1361711652603652531552
Binary10111101111001111010110110011110101101010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,121,117); }

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

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

 a { background-color: rgb(94,121,117); }

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

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

 span { border-color: rgb(94,121,117); }

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