#5F726D

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

Shades of William #5F726D

Tints of William #5F726D

Color information

#5F726D (or 0x5F726D) is unknown color: approx William. HEX triplet: 5F, 72 and 6D. RGB value is (95,114,109). Sum of RGB (Red+Green+Blue) = 95+114+109=318 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.87% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 114 - color contains mainly: green. Hex color #5F726D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F726D is #A08D92. Grayscale: #6B6B6B. Windows color (decimal): -10522003 or 7172703. OLE color: 7172703.

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

Color convert

RGB95114109-
CMYK0.1700.040.55
HSL164.21º9.09%40.98%-
HSV(B)164.21º16.67%44.71%-
XYZ13.515.5716.76-
YUV107.75128.71118.91-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.87%
GREEN value IS 114 (44.92% from 255) = 35.85%
BLUE value IS 109 (42.97% from 255) = 34.28%
R=29.87%
G=35.85%
B=34.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal951141090.1700.040.55164.219.0940.98
Hex5F726D110437a4929
Octal1371621552104672441151
Binary101111111100101101101100010100110111101001001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,114,109); }

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

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

 a { background-color: rgb(95,114,109); }

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

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

 span { border-color: rgb(95,114,109); }

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