#567271

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

Shades of William #567271

Tints of William #567271

Color information

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

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

Color convert

RGB86114113-
CMYK0.2500.010.55
HSL177.86º14%39.22%-
HSV(B)177.86º24.56%44.71%-
XYZ12.8415.2117.88-
YUV105.51132.22114.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal861141130.2500.010.55177.861439.22
Hex567271190137b2e27
Octal1261621613101672621647
Binary1010110111001011100011100101110111101100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567271; }

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

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

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

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

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

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

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

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