#567471

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

Shades of William #567471

Tints of William #567471

Color information

#567471 (or 0x567471) is unknown color: approx William. HEX triplet: 56, 74 and 71. RGB value is (86,116,113). Sum of RGB (Red+Green+Blue) = 86+116+113=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 116 - color contains mainly: green. Hex color #567471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567471 is #A98B8E. Grayscale: #6A6A6A. Windows color (decimal): -11111311 or 7435350. OLE color: 7435350.

HSL color Cylindrical-coordinate representation of color #567471: hue angle of 174º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #567471 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB86116113-
CMYK0.2600.030.55
HSL174º14.85%39.61%-
HSV(B)174º25.86%45.49%-
XYZ13.0615.6617.96-
YUV106.69131.56113.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.30%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 113 (44.53% from 255) = 35.87%
R=27.30%
G=36.83%
B=35.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal861161130.2600.030.5517414.8539.61
Hex5674711A0337aef28
Octal1261641613203672561750
Binary10101101110100111000111010011110111101011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567471; }

 p { color: rgb(86,116,113); }

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

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

 a { background-color: rgb(86,116,113); }

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

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

 span { border-color: rgb(86,116,113); }

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