#518568

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

Shades of Como #518568

Tints of Como #518568

Color information

#518568 (or 0x518568) is unknown color: approx Como. HEX triplet: 51, 85 and 68. RGB value is (81,133,104). Sum of RGB (Red+Green+Blue) = 81+133+104=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #518568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518568 is #AE7A97. Grayscale: #727272. Windows color (decimal): -11434648 or 6849873. OLE color: 6849873.

HSL color Cylindrical-coordinate representation of color #518568: hue angle of 146.54º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #518568 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB81133104-
CMYK0.3900.220.48
HSL146.54º24.3%41.96%-
HSV(B)146.54º39.1%52.16%-
XYZ14.2819.5216.11-
YUV114.15122.27104.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.47%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 104 (41.02% from 255) = 32.70%
R=25.47%
G=41.82%
B=32.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811331040.3900.220.48146.5424.341.96
Hex518568270163093182a
Octal12120515047026602233052
Binary10100011000010111010001001110101101100001001001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518568; }

 p { color: rgb(81,133,104); }

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

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

 a { background-color: rgb(81,133,104); }

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

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

 span { border-color: rgb(81,133,104); }

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