#567270

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

Shades of William #567270

Tints of William #567270

Color information

#567270 (or 0x567270) is unknown color: approx William. HEX triplet: 56, 72 and 70. RGB value is (86,114,112). Sum of RGB (Red+Green+Blue) = 86+114+112=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 114 - color contains mainly: green. Hex color #567270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567270 is #A98D8F. Grayscale: #696969. Windows color (decimal): -11111824 or 7369302. OLE color: 7369302.

HSL color Cylindrical-coordinate representation of color #567270: hue angle of 175.71º 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 #567270 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB86114112-
CMYK0.2500.020.55
HSL175.71º14%39.22%-
HSV(B)175.71º24.56%44.71%-
XYZ12.7815.1817.59-
YUV105.4131.72114.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.56%
GREEN value IS 114 (44.92% from 255) = 36.54%
BLUE value IS 112 (44.14% from 255) = 35.90%
R=27.56%
G=36.54%
B=35.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal861141120.2500.020.55175.711439.22
Hex567270190237b0e27
Octal1261621603102672601647
Binary10101101110010111000011001010110111101100001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567270; }

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

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

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

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

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

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

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

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