#5F736E

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

Shades of William #5F736E

Tints of William #5F736E

Color information

#5F736E (or 0x5F736E) is unknown color: approx William. HEX triplet: 5F, 73 and 6E. RGB value is (95,115,110). Sum of RGB (Red+Green+Blue) = 95+115+110=320 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.69% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 115 - color contains mainly: green. Hex color #5F736E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F736E is #A08C91. Grayscale: #6C6C6C. Windows color (decimal): -10521746 or 7238495. OLE color: 7238495.

HSL color Cylindrical-coordinate representation of color #5F736E: hue angle of 165º degrees, saturation: 0.1, 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 #5F736E is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB95115110-
CMYK0.1700.040.55
HSL165º9.52%41.18%-
HSV(B)165º17.39%45.1%-
XYZ13.6615.8217.09-
YUV108.45128.87118.41-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.69%
GREEN value IS 115 (45.31% from 255) = 35.94%
BLUE value IS 110 (43.36% from 255) = 34.38%
R=29.69%
G=35.94%
B=34.38%

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
Decimal951151100.1700.040.551659.5241.18
Hex5F736E110437a5a29
Octal1371631562104672451251
Binary101111111100111101110100010100110111101001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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