#5F7673

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

Shades of William #5F7673

Tints of William #5F7673

Color information

#5F7673 (or 0x5F7673) is unknown color: approx William. HEX triplet: 5F, 76 and 73. RGB value is (95,118,115). Sum of RGB (Red+Green+Blue) = 95+118+115=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 118 - color contains mainly: green. Hex color #5F7673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7673 is #A0898C. Grayscale: #6E6E6E. Windows color (decimal): -10520973 or 7566943. OLE color: 7566943.

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

Color convert

RGB95118115-
CMYK0.1900.030.54
HSL172.17º10.8%41.76%-
HSV(B)172.17º19.49%46.27%-
XYZ14.2916.6318.68-
YUV110.78130.38116.74-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.96%
GREEN value IS 118 (46.48% from 255) = 35.98%
BLUE value IS 115 (45.31% from 255) = 35.06%
R=28.96%
G=35.98%
B=35.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal951181150.1900.030.54172.1710.841.76
Hex5F7673130336acb2a
Octal1371661632303662541352
Binary10111111110110111001110011011110110101011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,118,115); }

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

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

 a { background-color: rgb(95,118,115); }

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

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

 span { border-color: rgb(95,118,115); }

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