#508667

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

Shades of Como #508667

Tints of Como #508667

Color information

#508667 (or 0x508667) is unknown color: approx Como. HEX triplet: 50, 86 and 67. RGB value is (80,134,103). Sum of RGB (Red+Green+Blue) = 80+134+103=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 134 - color contains mainly: green. Hex color #508667 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508667 is #AF7998. Grayscale: #727272. Windows color (decimal): -11499929 or 6784592. OLE color: 6784592.

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

Color convert

RGB80134103-
CMYK0.4000.230.47
HSL145.56º25.23%41.96%-
HSV(B)145.56º40.3%52.55%-
XYZ14.2819.7315.89-
YUV114.32121.61103.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.24%
GREEN value IS 134 (52.73% from 255) = 42.27%
BLUE value IS 103 (40.62% from 255) = 32.49%
R=25.24%
G=42.27%
B=32.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801341030.4000.230.47145.5625.2341.96
Hex508667280172F92192a
Octal12020614750027572223152
Binary10100001000011011001111010000101111011111001001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508667; }

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

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

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

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

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

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

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

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