#508565

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

Shades of Como #508565

Tints of Como #508565

Color information

#508565 (or 0x508565) is unknown color: approx Como. HEX triplet: 50, 85 and 65. RGB value is (80,133,101). Sum of RGB (Red+Green+Blue) = 80+133+101=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #508565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508565 is #AF7A9A. Grayscale: #717171. Windows color (decimal): -11500187 or 6653264. OLE color: 6653264.

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

Color convert

RGB80133101-
CMYK0.4000.240.48
HSL143.77º24.88%41.76%-
HSV(B)143.77º39.85%52.16%-
XYZ14.0419.4215.32-
YUV113.5120.94104.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.48%
GREEN value IS 133 (52.34% from 255) = 42.36%
BLUE value IS 101 (39.84% from 255) = 32.17%
R=25.48%
G=42.36%
B=32.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801331010.4000.240.48143.7724.8841.76
Hex508565280183090192a
Octal12020514550030602203152
Binary10100001000010111001011010000110001100001001000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508565; }

 p { color: rgb(80,133,101); }

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

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

 a { background-color: rgb(80,133,101); }

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

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

 span { border-color: rgb(80,133,101); }

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