#5F7570

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

Shades of William #5F7570

Tints of William #5F7570

Color information

#5F7570 (or 0x5F7570) is unknown color: approx William. HEX triplet: 5F, 75 and 70. RGB value is (95,117,112). Sum of RGB (Red+Green+Blue) = 95+117+112=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 117 - color contains mainly: green. Hex color #5F7570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7570 is #A08A8F. Grayscale: #6D6D6D. Windows color (decimal): -10521232 or 7370079. OLE color: 7370079.

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

Color convert

RGB95117112-
CMYK0.1900.040.54
HSL166.36º10.38%41.57%-
HSV(B)166.36º18.8%45.88%-
XYZ14.0116.3317.74-
YUV109.85129.21117.41-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.32%
GREEN value IS 117 (46.09% from 255) = 36.11%
BLUE value IS 112 (44.14% from 255) = 34.57%
R=29.32%
G=36.11%
B=34.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal951171120.1900.040.54166.3610.3841.57
Hex5F7570130436a6a2a
Octal1371651602304662461252
Binary101111111101011110000100110100110110101001101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,117,112); }

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

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

 a { background-color: rgb(95,117,112); }

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

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

 span { border-color: rgb(95,117,112); }

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