#567261

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

Shades of Como #567261

Tints of Como #567261

Color information

#567261 (or 0x567261) is unknown color: approx Como. HEX triplet: 56, 72 and 61. RGB value is (86,114,97). Sum of RGB (Red+Green+Blue) = 86+114+97=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 114 - color contains mainly: green. Hex color #567261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567261 is #A98D9E. Grayscale: #676767. Windows color (decimal): -11111839 or 6386262. OLE color: 6386262.

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

Color convert

RGB8611497-
CMYK0.2500.150.55
HSL143.57º14%39.22%-
HSV(B)143.57º24.56%44.71%-
XYZ12.0114.8813.55-
YUV103.69124.22115.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.96%
GREEN value IS 114 (44.92% from 255) = 38.38%
BLUE value IS 97 (38.28% from 255) = 32.66%
R=28.96%
G=38.38%
B=32.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86114970.2500.150.55143.571439.22
Hex567261190F3790e27
Octal12616214131017672201647
Binary1010110111001011000011100101111110111100100001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567261; }

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

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

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

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

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

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

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

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