#5E7672

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

Shades of William #5E7672

Tints of William #5E7672

Color information

#5E7672 (or 0x5E7672) is unknown color: approx William. HEX triplet: 5E, 76 and 72. RGB value is (94,118,114). Sum of RGB (Red+Green+Blue) = 94+118+114=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 118 - color contains mainly: green. Hex color #5E7672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7672 is #A1898D. Grayscale: #6E6E6E. Windows color (decimal): -10586510 or 7501406. OLE color: 7501406.

HSL color Cylindrical-coordinate representation of color #5E7672: hue angle of 170º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5E7672 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB94118114-
CMYK0.2000.030.54
HSL170º11.32%41.57%-
HSV(B)170º20.34%46.27%-
XYZ14.1316.5518.37-
YUV110.37130.05116.33-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.83%
GREEN value IS 118 (46.48% from 255) = 36.20%
BLUE value IS 114 (44.92% from 255) = 34.97%
R=28.83%
G=36.20%
B=34.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal941181140.2000.030.5417011.3241.57
Hex5E7672140336aab2a
Octal1361661622403662521352
Binary10111101110110111001010100011110110101010101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,118,114); }

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

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

 a { background-color: rgb(94,118,114); }

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

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

 span { border-color: rgb(94,118,114); }

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