#567360

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

Shades of Como #567360

Tints of Como #567360

Color information

#567360 (or 0x567360) is unknown color: approx Como. HEX triplet: 56, 73 and 60. RGB value is (86,115,96). Sum of RGB (Red+Green+Blue) = 86+115+96=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 115 - color contains mainly: green. Hex color #567360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567360 is #A98C9F. Grayscale: #686868. Windows color (decimal): -11111584 or 6320982. OLE color: 6320982.

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

Color convert

RGB8611596-
CMYK0.2500.170.55
HSL140.69º14.43%39.41%-
HSV(B)140.69º25.22%45.1%-
XYZ12.0815.0813.34-
YUV104.16123.39115.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.96%
GREEN value IS 115 (45.31% from 255) = 38.72%
BLUE value IS 96 (37.89% from 255) = 32.32%
R=28.96%
G=38.72%
B=32.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86115960.2500.170.55140.6914.4339.41
Hex56736019011378de27
Octal12616314031021672151647
Binary10101101110011110000011001010001110111100011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567360; }

 p { color: rgb(86,115,96); }

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

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

 a { background-color: rgb(86,115,96); }

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

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

 span { border-color: rgb(86,115,96); }

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