#567772

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

Shades of William #567772

Tints of William #567772

Color information

#567772 (or 0x567772) is unknown color: approx William. HEX triplet: 56, 77 and 72. RGB value is (86,119,114). Sum of RGB (Red+Green+Blue) = 86+119+114=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 119 - color contains mainly: green. Hex color #567772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567772 is #A9888D. Grayscale: #6C6C6C. Windows color (decimal): -11110542 or 7501654. OLE color: 7501654.

HSL color Cylindrical-coordinate representation of color #567772: hue angle of 170.91º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #567772 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB86119114-
CMYK0.2800.040.53
HSL170.91º16.1%40.2%-
HSV(B)170.91º27.73%46.67%-
XYZ13.4716.3918.37-
YUV108.56131.07111.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.96%
GREEN value IS 119 (46.88% from 255) = 37.30%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=26.96%
G=37.30%
B=35.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal861191140.2800.040.53170.9116.140.2
Hex5677721C0435ab1028
Octal1261671623404652532050
Binary1010110111011111100101110001001101011010101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567772; }

 p { color: rgb(86,119,114); }

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

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

 a { background-color: rgb(86,119,114); }

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

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

 span { border-color: rgb(86,119,114); }

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