#567071

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

Shades of William #567071

Tints of William #567071

Color information

#567071 (or 0x567071) is unknown color: approx William. HEX triplet: 56, 70 and 71. RGB value is (86,112,113). Sum of RGB (Red+Green+Blue) = 86+112+113=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 113 - color contains mainly: blue. Hex color #567071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567071 is #A98F8E. Grayscale: #686868. Windows color (decimal): -11112335 or 7434326. OLE color: 7434326.

HSL color Cylindrical-coordinate representation of color #567071: hue angle of 182.22º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #567071 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB86112113-
CMYK0.240.0100.56
HSL182.22º13.57%39.02%-
HSV(B)182.22º23.89%44.31%-
XYZ12.6114.7617.81-
YUV104.34132.89114.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.65%
GREEN value IS 112 (44.14% from 255) = 36.01%
BLUE value IS 113 (44.53% from 255) = 36.33%
R=27.65%
G=36.01%
B=36.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal861121130.240.0100.56182.2213.5739.02
Hex567071181038b6e27
Octal1261601613010702661647
Binary1010110111000011100011100010111000101101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567071; }

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

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

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

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

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

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

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

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