#567463

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

Shades of Como #567463

Tints of Como #567463

Color information

#567463 (or 0x567463) is unknown color: approx Como. HEX triplet: 56, 74 and 63. RGB value is (86,116,99). Sum of RGB (Red+Green+Blue) = 86+116+99=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 116 - color contains mainly: green. Hex color #567463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567463 is #A98B9C. Grayscale: #696969. Windows color (decimal): -11111325 or 6517846. OLE color: 6517846.

HSL color Cylindrical-coordinate representation of color #567463: hue angle of 146º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #567463 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB8611699-
CMYK0.2600.150.55
HSL146º14.85%39.61%-
HSV(B)146º25.86%45.49%-
XYZ12.3415.3714.12-
YUV105.09124.56114.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.57%
GREEN value IS 116 (45.70% from 255) = 38.54%
BLUE value IS 99 (39.06% from 255) = 32.89%
R=28.57%
G=38.54%
B=32.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86116990.2600.150.5514614.8539.61
Hex5674631A0F3792f28
Octal12616414332017672221750
Binary1010110111010011000111101001111110111100100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567463; }

 p { color: rgb(86,116,99); }

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

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

 a { background-color: rgb(86,116,99); }

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

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

 span { border-color: rgb(86,116,99); }

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