#507162

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

Shades of Como #507162

Tints of Como #507162

Color information

#507162 (or 0x507162) is unknown color: approx Como. HEX triplet: 50, 71 and 62. RGB value is (80,113,98). Sum of RGB (Red+Green+Blue) = 80+113+98=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 113 - color contains mainly: green. Hex color #507162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507162 is #AF8E9D. Grayscale: #656565. Windows color (decimal): -11505310 or 6451536. OLE color: 6451536.

HSL color Cylindrical-coordinate representation of color #507162: hue angle of 152.73º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #507162 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB8011398-
CMYK0.2900.130.56
HSL152.73º17.1%37.84%-
HSV(B)152.73º29.2%44.31%-
XYZ11.4214.413.73-
YUV101.42126.07112.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.49%
GREEN value IS 113 (44.53% from 255) = 38.83%
BLUE value IS 98 (38.67% from 255) = 33.68%
R=27.49%
G=38.83%
B=33.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80113980.2900.130.56152.7317.137.84
Hex5071621D0D38991126
Octal12016114235015702312146
Binary10100001110001110001011101011011110001001100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507162; }

 p { color: rgb(80,113,98); }

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

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

 a { background-color: rgb(80,113,98); }

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

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

 span { border-color: rgb(80,113,98); }

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