#507859

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

Shades of Como #507859

Tints of Como #507859

Color information

#507859 (or 0x507859) is unknown color: approx Como. HEX triplet: 50, 78 and 59. RGB value is (80,120,89). Sum of RGB (Red+Green+Blue) = 80+120+89=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 120 - color contains mainly: green. Hex color #507859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507859 is #AF87A6. Grayscale: #686868. Windows color (decimal): -11503527 or 5863504. OLE color: 5863504.

HSL color Cylindrical-coordinate representation of color #507859: hue angle of 133.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #507859 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB8012089-
CMYK0.3300.260.53
HSL133.5º20%39.22%-
HSV(B)133.5º33.33%47.06%-
XYZ11.8315.8611.89-
YUV104.51119.25110.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.68%
GREEN value IS 120 (47.27% from 255) = 41.52%
BLUE value IS 89 (35.16% from 255) = 30.80%
R=27.68%
G=41.52%
B=30.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80120890.3300.260.53133.52039.22
Hex5078592101A35861427
Octal12017013141032652062447
Binary1010000111100010110011000010110101101011000011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507859; }

 p { color: rgb(80,120,89); }

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

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

 a { background-color: rgb(80,120,89); }

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

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

 span { border-color: rgb(80,120,89); }

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