Html Css Color HEX #508466 Como

📋 copy color: '#508466'

red 80 ◦ green 132 ◦ blue 102

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

Shades of Como #508466

Tints of Como #508466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.48%

R = 25.48%
G = 42.04%
B = 32.48%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#508466 (or 0x508466) is known color: Como. HEX triplet: 50, 84 and 66. RGB value is (80,132,102). Sum of RGB (Red+Green+Blue) = 80+132+102=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #508466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508466 is #AF7B99. Grayscale: #717171. Windows color (decimal): -11500442 or 6718544. OLE color: 6718544.

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

Color convert

RGB 80 132 102 -
CMYK 0.39 0 0.23 0.48
HSL 145.38º 0.25% 0.42% -
HSV(B) 145.38º 0.39% 0.52% -
XYZ 13.96 19.17 15.53 -
YUV 113.03 121.77 104.44 -
System Red Green Blue C M Y K H S L
Decimal 80 132 102 0.39 0 0.23 0.48 145.38 0.25 0.42
Hex 50 84 66 27 0 17 30 91 19 2A
Octal 120 204 146 47 0 27 60 221 31 52
Binary 1010000 10000100 1100110 100111 0 10111 110000 10010001 11001 101010

Color Harmonies of #508466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508466

Black with #508466

Text Example


Text Example

White with #508466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508466; }

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

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

background-color css

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

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

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

border-color css

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

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

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