#567C5D

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

Shades of Como #567C5D

Tints of Como #567C5D

Color information

#567C5D (or 0x567C5D) is unknown color: approx Como. HEX triplet: 56, 7C and 5D. RGB value is (86,124,93). Sum of RGB (Red+Green+Blue) = 86+124+93=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 124 - color contains mainly: green. Hex color #567C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567C5D is #A983A2. Grayscale: #6D6D6D. Windows color (decimal): -11109283 or 6126678. OLE color: 6126678.

HSL color Cylindrical-coordinate representation of color #567C5D: hue angle of 131.05º 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 #567C5D is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB8612493-
CMYK0.3100.250.51
HSL131.05º18.1%41.18%-
HSV(B)131.05º30.65%48.63%-
XYZ13.0217.1812.99-
YUV109.1118.91111.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.38%
GREEN value IS 124 (48.83% from 255) = 40.92%
BLUE value IS 93 (36.72% from 255) = 30.69%
R=28.38%
G=40.92%
B=30.69%

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
Decimal86124930.3100.250.51131.0518.141.18
Hex567C5D1F01933831229
Octal12617413537031632032251
Binary101011011111001011101111110110011100111000001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,124,93); }

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

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

 a { background-color: rgb(86,124,93); }

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

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

 span { border-color: rgb(86,124,93); }

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