Html Css Color HEX #508365 Como

📋 copy color: '#508365'

red 80 ◦ green 131 ◦ blue 101

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

Shades of Como #508365

Tints of Como #508365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.99%

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

R = 25.64%
G = 41.99%
B = 32.37%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#508365 (or 0x508365) is known color: Como. HEX triplet: 50, 83 and 65. RGB value is (80,131,101). Sum of RGB (Red+Green+Blue) = 80+131+101=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 131 - color contains mainly: green. Hex color #508365 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508365 is #AF7C9A. Grayscale: #707070. Windows color (decimal): -11500699 or 6652752. OLE color: 6652752.

HSL color Cylindrical-coordinate representation of color #508365: hue angle of 144.71º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #508365 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 131 101 -
CMYK 0.39 0 0.23 0.49
HSL 144.71º 0.24% 0.41% -
HSV(B) 144.71º 0.39% 0.51% -
XYZ 13.77 18.88 15.23 -
YUV 112.33 121.6 104.94 -
System Red Green Blue C M Y K H S L
Decimal 80 131 101 0.39 0 0.23 0.49 144.71 0.24 0.41
Hex 50 83 65 27 0 17 31 91 18 29
Octal 120 203 145 47 0 27 61 221 30 51
Binary 1010000 10000011 1100101 100111 0 10111 110001 10010001 11000 101001

Color Harmonies of #508365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508365

Black with #508365

Text Example


Text Example

White with #508365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508365; }

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

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

background-color css

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

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

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

border-color css

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

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

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