#508267

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

Shades of Como #508267

Tints of Como #508267

Color information

#508267 (or 0x508267) is unknown color: approx Como. HEX triplet: 50, 82 and 67. RGB value is (80,130,103). Sum of RGB (Red+Green+Blue) = 80+130+103=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #508267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508267 is #AF7D98. Grayscale: #707070. Windows color (decimal): -11500953 or 6783568. OLE color: 6783568.

HSL color Cylindrical-coordinate representation of color #508267: hue angle of 147.6º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #508267 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB80130103-
CMYK0.3800.210.49
HSL147.6º23.81%41.18%-
HSV(B)147.6º38.46%50.98%-
XYZ13.7418.6515.71-
YUV111.97122.94105.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 130 (51.17% from 255) = 41.53%
BLUE value IS 103 (40.62% from 255) = 32.91%
R=25.56%
G=41.53%
B=32.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal801301030.3800.210.49147.623.8141.18
Hex5082672601531941829
Octal12020214746025612243051
Binary10100001000001011001111001100101011100011001010011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508267; }

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

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

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

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

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

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

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

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