#508664

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

Shades of Como #508664

Tints of Como #508664

Color information

#508664 (or 0x508664) is unknown color: approx Como. HEX triplet: 50, 86 and 64. RGB value is (80,134,100). Sum of RGB (Red+Green+Blue) = 80+134+100=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 134 - color contains mainly: green. Hex color #508664 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508664 is #AF799B. Grayscale: #727272. Windows color (decimal): -11499932 or 6587984. OLE color: 6587984.

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

Color convert

RGB80134100-
CMYK0.4000.250.47
HSL142.22º25.23%41.96%-
HSV(B)142.22º40.3%52.55%-
XYZ14.1319.6815.11-
YUV113.98120.11103.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.48%
GREEN value IS 134 (52.73% from 255) = 42.68%
BLUE value IS 100 (39.45% from 255) = 31.85%
R=25.48%
G=42.68%
B=31.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801341000.4000.250.47142.2225.2341.96
Hex508664280192F8e192a
Octal12020614450031572163152
Binary10100001000011011001001010000110011011111000111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508664; }

 p { color: rgb(80,134,100); }

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

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

 a { background-color: rgb(80,134,100); }

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

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

 span { border-color: rgb(80,134,100); }

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