#5C7370

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

Shades of William #5C7370

Tints of William #5C7370

Color information

#5C7370 (or 0x5C7370) is unknown color: approx William. HEX triplet: 5C, 73 and 70. RGB value is (92,115,112). Sum of RGB (Red+Green+Blue) = 92+115+112=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 115 - color contains mainly: green. Hex color #5C7370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7370 is #A38C8F. Grayscale: #6B6B6B. Windows color (decimal): -10718352 or 7369564. OLE color: 7369564.

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

Color convert

RGB92115112-
CMYK0.2000.030.55
HSL172.17º11.11%40.59%-
HSV(B)172.17º20%45.1%-
XYZ13.4715.7117.65-
YUV107.78130.38116.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.84%
GREEN value IS 115 (45.31% from 255) = 36.05%
BLUE value IS 112 (44.14% from 255) = 35.11%
R=28.84%
G=36.05%
B=35.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal921151120.2000.030.55172.1711.1140.59
Hex5C7370140337acb29
Octal1341631602403672541351
Binary10111001110011111000010100011110111101011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,115,112); }

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

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

 a { background-color: rgb(92,115,112); }

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

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

 span { border-color: rgb(92,115,112); }

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