#508869

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

Shades of Como #508869

Tints of Como #508869

Color information

#508869 (or 0x508869) is unknown color: approx Como. HEX triplet: 50, 88 and 69. RGB value is (80,136,105). Sum of RGB (Red+Green+Blue) = 80+136+105=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 136 - color contains mainly: green. Hex color #508869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508869 is #AF7796. Grayscale: #737373. Windows color (decimal): -11499415 or 6916176. OLE color: 6916176.

HSL color Cylindrical-coordinate representation of color #508869: hue angle of 146.79º 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 #508869 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB80136105-
CMYK0.4100.230.47
HSL146.79º25.93%42.35%-
HSV(B)146.79º41.18%53.33%-
XYZ14.6620.3316.52-
YUV115.72121.95102.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.92%
GREEN value IS 136 (53.52% from 255) = 42.37%
BLUE value IS 105 (41.41% from 255) = 32.71%
R=24.92%
G=42.37%
B=32.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801361050.4100.230.47146.7925.9342.35
Hex508869290172F931a2a
Octal12021015151027572233252
Binary10100001000100011010011010010101111011111001001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508869; }

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

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

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

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

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

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

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

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