Html Css Color HEX #508464 Como

📋 copy color: '#508464'

red 80 ◦ green 132 ◦ blue 100

#508464
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Como #508464

Tints of Como #508464

RGB

 RED value IS 80 (31.64% from 255) = 25.64%

 GREEN value IS 132 (51.95% from 255) = 42.31%

 BLUE value IS 100 (39.45% from 255) = 32.05%

R = 25.64%
G = 42.31%
B = 32.05%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#508464 (or 0x508464) is known color: Como. HEX triplet: 50, 84 and 64. RGB value is (80,132,100). Sum of RGB (Red+Green+Blue) = 80+132+100=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 132 - color contains mainly: green. Hex color #508464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508464 is #AF7B9B. Grayscale: #707070. Windows color (decimal): -11500444 or 6587472. OLE color: 6587472.

HSL color Cylindrical-coordinate representation of color #508464: hue angle of 143.08º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #508464 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 132 100 -
CMYK 0.39 0 0.24 0.48
HSL 143.08º 0.25% 0.42% -
HSV(B) 143.08º 0.39% 0.52% -
XYZ 13.86 19.13 15.02 -
YUV 112.8 120.77 104.6 -
System Red Green Blue C M Y K H S L
Decimal 80 132 100 0.39 0 0.24 0.48 143.08 0.25 0.42
Hex 50 84 64 27 0 18 30 8F 19 2A
Octal 120 204 144 47 0 30 60 217 31 52
Binary 1010000 10000100 1100100 100111 0 11000 110000 10001111 11001 101010

Color Harmonies of #508464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508464

Black with #508464

Text Example


Text Example

White with #508464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508464; }

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

 H1.HeaderClassName
 {
   color: #508464;
 }
 .AnyTagClassName
 {
   color: #508464;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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