#567172

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

Shades of William #567172

Tints of William #567172

Color information

#567172 (or 0x567172) is unknown color: approx William. HEX triplet: 56, 71 and 72. RGB value is (86,113,114). Sum of RGB (Red+Green+Blue) = 86+113+114=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 114 - color contains mainly: blue. Hex color #567172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567172 is #A98E8D. Grayscale: #696969. Windows color (decimal): -11112078 or 7500118. OLE color: 7500118.

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

Color convert

RGB86113114-
CMYK0.250.0100.55
HSL182.14º14%39.22%-
HSV(B)182.14º24.56%44.71%-
XYZ12.781518.14-
YUV105.04133.05114.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.48%
GREEN value IS 113 (44.53% from 255) = 36.10%
BLUE value IS 114 (44.92% from 255) = 36.42%
R=27.48%
G=36.10%
B=36.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal861131140.250.0100.55182.141439.22
Hex567172191037b6e27
Octal1261611623110672661647
Binary1010110111000111100101100110110111101101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567172; }

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

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

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

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

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

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

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

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