Html Css Color HEX #508467 Como

📋 copy color: '#508467'

red 80 ◦ green 132 ◦ blue 103

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

Shades of Como #508467

Tints of Como #508467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.7%

R = 25.4%
G = 41.9%
B = 32.7%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#508467 (or 0x508467) is known color: Como. HEX triplet: 50, 84 and 67. RGB value is (80,132,103). Sum of RGB (Red+Green+Blue) = 80+132+103=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #508467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508467 is #AF7B98. Grayscale: #717171. Windows color (decimal): -11500441 or 6784080. OLE color: 6784080.

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

Color convert

RGB 80 132 103 -
CMYK 0.39 0 0.22 0.48
HSL 146.54º 0.25% 0.42% -
HSV(B) 146.54º 0.39% 0.52% -
XYZ 14.01 19.19 15.8 -
YUV 113.15 122.27 104.36 -
System Red Green Blue C M Y K H S L
Decimal 80 132 103 0.39 0 0.22 0.48 146.54 0.25 0.42
Hex 50 84 67 27 0 16 30 93 19 2A
Octal 120 204 147 47 0 26 60 223 31 52
Binary 1010000 10000100 1100111 100111 0 10110 110000 10010011 11001 101010

Color Harmonies of #508467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508467

Black with #508467

Text Example


Text Example

White with #508467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508467; }

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

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

background-color css

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

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

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

border-color css

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

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

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