#567970

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

Shades of William #567970

Tints of William #567970

Color information

#567970 (or 0x567970) is unknown color: approx William. HEX triplet: 56, 79 and 70. RGB value is (86,121,112). Sum of RGB (Red+Green+Blue) = 86+121+112=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 121 (47.66% from 255 or 37.93% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 121 - color contains mainly: green. Hex color #567970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567970 is #A9868F. Grayscale: #6D6D6D. Windows color (decimal): -11110032 or 7371094. OLE color: 7371094.

HSL color Cylindrical-coordinate representation of color #567970: hue angle of 164.57º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #567970 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB86121112-
CMYK0.2900.070.53
HSL164.57º16.91%40.59%-
HSV(B)164.57º28.93%47.45%-
XYZ13.616.8217.86-
YUV109.51129.4111.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.96%
GREEN value IS 121 (47.66% from 255) = 37.93%
BLUE value IS 112 (44.14% from 255) = 35.11%
R=26.96%
G=37.93%
B=35.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal861211120.2900.070.53164.5716.9140.59
Hex5679701D0735a51129
Octal1261711603507652452151
Binary1010110111100111100001110101111101011010010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567970; }

 p { color: rgb(86,121,112); }

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

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

 a { background-color: rgb(86,121,112); }

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

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

 span { border-color: rgb(86,121,112); }

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