#567760

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

Shades of Como #567760

Tints of Como #567760

Color information

#567760 (or 0x567760) is unknown color: approx Como. HEX triplet: 56, 77 and 60. RGB value is (86,119,96). Sum of RGB (Red+Green+Blue) = 86+119+96=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 119 - color contains mainly: green. Hex color #567760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567760 is #A9889F. Grayscale: #6A6A6A. Windows color (decimal): -11110560 or 6322006. OLE color: 6322006.

HSL color Cylindrical-coordinate representation of color #567760: hue angle of 138.18º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #567760 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB8611996-
CMYK0.2800.190.53
HSL138.18º16.1%40.2%-
HSV(B)138.18º27.73%46.67%-
XYZ12.5516.0213.5-
YUV106.51122.07113.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.57%
GREEN value IS 119 (46.88% from 255) = 39.53%
BLUE value IS 96 (37.89% from 255) = 31.89%
R=28.57%
G=39.53%
B=31.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86119960.2800.190.53138.1816.140.2
Hex5677601C013358a1028
Octal12616714034023652122050
Binary101011011101111100000111000100111101011000101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567760; }

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

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

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

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

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

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

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

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