#508866

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

Shades of Como #508866

Tints of Como #508866

Color information

#508866 (or 0x508866) is unknown color: approx Como. HEX triplet: 50, 88 and 66. RGB value is (80,136,102). Sum of RGB (Red+Green+Blue) = 80+136+102=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #508866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508866 is #AF7799. Grayscale: #737373. Windows color (decimal): -11499418 or 6719568. OLE color: 6719568.

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

Color convert

RGB80136102-
CMYK0.4100.250.47
HSL143.57º25.93%42.35%-
HSV(B)143.57º41.18%53.33%-
XYZ14.5120.2715.72-
YUV115.38120.45102.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.16%
GREEN value IS 136 (53.52% from 255) = 42.77%
BLUE value IS 102 (40.23% from 255) = 32.08%
R=25.16%
G=42.77%
B=32.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801361020.4100.250.47143.5725.9342.35
Hex508866290192F901a2a
Octal12021014651031572203252
Binary10100001000100011001101010010110011011111001000011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508866; }

 p { color: rgb(80,136,102); }

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

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

 a { background-color: rgb(80,136,102); }

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

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

 span { border-color: rgb(80,136,102); }

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