#567867

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

Shades of Como #567867

Tints of Como #567867

Color information

#567867 (or 0x567867) is unknown color: approx Como. HEX triplet: 56, 78 and 67. RGB value is (86,120,103). Sum of RGB (Red+Green+Blue) = 86+120+103=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 120 - color contains mainly: green. Hex color #567867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #567867 is #A98798. Grayscale: #6B6B6B. Windows color (decimal): -11110297 or 6781014. OLE color: 6781014.

HSL color Cylindrical-coordinate representation of color #567867: hue angle of 150º degrees, saturation: 0.17, 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 #567867 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB86120103-
CMYK0.2800.140.53
HSL150º16.5%40.39%-
HSV(B)150º28.33%47.06%-
XYZ1316.3915.31-
YUV107.9125.24112.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 120 (47.27% from 255) = 38.83%
BLUE value IS 103 (40.62% from 255) = 33.33%
R=27.83%
G=38.83%
B=33.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal861201030.2800.140.5315016.540.39
Hex5678671C0E35961128
Octal12617014734016652262150
Binary10101101111000110011111100011101101011001011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567867; }

 p { color: rgb(86,120,103); }

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

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

 a { background-color: rgb(86,120,103); }

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

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

 span { border-color: rgb(86,120,103); }

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