Html Css Color HEX #508065 Como

📋 copy color: '#508065'

red 80 ◦ green 128 ◦ blue 101

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

Shades of Como #508065

Tints of Como #508065

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.42%

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

R = 25.89%
G = 41.42%
B = 32.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#508065 (or 0x508065) is known color: Como. HEX triplet: 50, 80 and 65. RGB value is (80,128,101). Sum of RGB (Red+Green+Blue) = 80+128+101=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 128 - color contains mainly: green. Hex color #508065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508065 is #AF7F9A. Grayscale: #6E6E6E. Windows color (decimal): -11501467 or 6651984. OLE color: 6651984.

HSL color Cylindrical-coordinate representation of color #508065: hue angle of 146.25º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #508065 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 128 101 -
CMYK 0.38 0 0.21 0.50
HSL 146.25º 0.23% 0.41% -
HSV(B) 146.25º 0.38% 0.5% -
XYZ 13.38 18.08 15.1 -
YUV 110.57 122.6 106.2 -
System Red Green Blue C M Y K H S L
Decimal 80 128 101 0.38 0 0.21 0.50 146.25 0.23 0.41
Hex 50 80 65 26 0 15 32 92 17 29
Octal 120 200 145 46 0 25 62 222 27 51
Binary 1010000 10000000 1100101 100110 0 10101 110010 10010010 10111 101001

Color Harmonies of #508065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508065

Black with #508065

Text Example


Text Example

White with #508065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508065; }

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

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

background-color css

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

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

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

border-color css

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

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

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