Html Css Color HEX #508166 Como

📋 copy color: '#508166'

red 80 ◦ green 129 ◦ blue 102

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

Shades of Como #508166

Tints of Como #508166

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.48%

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

R = 25.72%
G = 41.48%
B = 32.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#508166 (or 0x508166) is known color: Como. HEX triplet: 50, 81 and 66. RGB value is (80,129,102). Sum of RGB (Red+Green+Blue) = 80+129+102=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 129 - color contains mainly: green. Hex color #508166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508166 is #AF7E99. Grayscale: #6F6F6F. Windows color (decimal): -11501210 or 6717776. OLE color: 6717776.

HSL color Cylindrical-coordinate representation of color #508166: hue angle of 146.94º degrees, saturation: 0.23, 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 #508166 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 129 102 -
CMYK 0.38 0 0.21 0.49
HSL 146.94º 0.23% 0.41% -
HSV(B) 146.94º 0.38% 0.51% -
XYZ 13.56 18.37 15.4 -
YUV 111.27 122.77 105.7 -
System Red Green Blue C M Y K H S L
Decimal 80 129 102 0.38 0 0.21 0.49 146.94 0.23 0.41
Hex 50 81 66 26 0 15 31 93 17 29
Octal 120 201 146 46 0 25 61 223 27 51
Binary 1010000 10000001 1100110 100110 0 10101 110001 10010011 10111 101001

Color Harmonies of #508166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508166

Black with #508166

Text Example


Text Example

White with #508166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508166; }

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

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

background-color css

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

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

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

border-color css

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

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

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