Html Css Color HEX #508165 Como

📋 copy color: '#508165'

red 80 ◦ green 129 ◦ blue 101

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

Shades of Como #508165

Tints of Como #508165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.58%

R = 25.81%
G = 41.61%
B = 32.58%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#508165 (or 0x508165) is known color: Como. HEX triplet: 50, 81 and 65. RGB value is (80,129,101). Sum of RGB (Red+Green+Blue) = 80+129+101=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #508165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508165 is #AF7E9A. Grayscale: #6F6F6F. Windows color (decimal): -11501211 or 6652240. OLE color: 6652240.

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

Color convert

RGB 80 129 101 -
CMYK 0.38 0 0.22 0.49
HSL 145.71º 0.23% 0.41% -
HSV(B) 145.71º 0.38% 0.51% -
XYZ 13.51 18.35 15.14 -
YUV 111.16 122.27 105.78 -
System Red Green Blue C M Y K H S L
Decimal 80 129 101 0.38 0 0.22 0.49 145.71 0.23 0.41
Hex 50 81 65 26 0 16 31 92 17 29
Octal 120 201 145 46 0 26 61 222 27 51
Binary 1010000 10000001 1100101 100110 0 10110 110001 10010010 10111 101001

Color Harmonies of #508165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508165

Black with #508165

Text Example


Text Example

White with #508165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508165; }

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

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

background-color css

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

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

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

border-color css

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

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

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