#5D7670

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

Shades of William #5D7670

Tints of William #5D7670

Color information

#5D7670 (or 0x5D7670) is unknown color: approx William. HEX triplet: 5D, 76 and 70. RGB value is (93,118,112). Sum of RGB (Red+Green+Blue) = 93+118+112=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 118 - color contains mainly: green. Hex color #5D7670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7670 is #A2898F. Grayscale: #6D6D6D. Windows color (decimal): -10652048 or 7370333. OLE color: 7370333.

HSL color Cylindrical-coordinate representation of color #5D7670: hue angle of 165.6º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5D7670 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB93118112-
CMYK0.2100.050.54
HSL165.6º11.85%41.37%-
HSV(B)165.6º21.19%46.27%-
XYZ13.9216.4517.77-
YUV109.84129.22115.99-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.79%
GREEN value IS 118 (46.48% from 255) = 36.53%
BLUE value IS 112 (44.14% from 255) = 34.67%
R=28.79%
G=36.53%
B=34.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal931181120.2100.050.54165.611.8541.37
Hex5D7670150536a6c29
Octal1351661602505662461451
Binary101110111101101110000101010101110110101001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,118,112); }

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

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

 a { background-color: rgb(93,118,112); }

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

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

 span { border-color: rgb(93,118,112); }

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