#567D5E

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

Shades of Como #567D5E

Tints of Como #567D5E

Color information

#567D5E (or 0x567D5E) is unknown color: approx Como. HEX triplet: 56, 7D and 5E. RGB value is (86,125,94). Sum of RGB (Red+Green+Blue) = 86+125+94=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 125 - color contains mainly: green. Hex color #567D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567D5E is #A982A1. Grayscale: #6D6D6D. Windows color (decimal): -11109026 or 6192470. OLE color: 6192470.

HSL color Cylindrical-coordinate representation of color #567D5E: hue angle of 132.31º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #567D5E is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB8612594-
CMYK0.3100.250.51
HSL132.31º18.48%41.37%-
HSV(B)132.31º31.2%49.02%-
XYZ13.1917.4513.26-
YUV109.8119.08111.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.20%
GREEN value IS 125 (49.22% from 255) = 40.98%
BLUE value IS 94 (37.11% from 255) = 30.82%
R=28.20%
G=40.98%
B=30.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86125940.3100.250.51132.3118.4841.37
Hex567D5E1F01933841229
Octal12617513637031632042251
Binary101011011111011011110111110110011100111000010010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567D5E; }

 p { color: rgb(86,125,94); }

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

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

 a { background-color: rgb(86,125,94); }

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

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

 span { border-color: rgb(86,125,94); }

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