Html Css Color HEX #50815F Como

📋 copy color: '#50815F'

red 80 ◦ green 129 ◦ blue 95

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

Shades of Como #50815F

Tints of Como #50815F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.25%

R = 26.32%
G = 42.43%
B = 31.25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#50815F (or 0x50815F) is known color: Como. HEX triplet: 50, 81 and 5F. RGB value is (80,129,95). Sum of RGB (Red+Green+Blue) = 80+129+95=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 129 - color contains mainly: green. Hex color #50815F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50815F is #AF7EA0. Grayscale: #6E6E6E. Windows color (decimal): -11501217 or 6259024. OLE color: 6259024.

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

Color convert

RGB 80 129 95 -
CMYK 0.38 0 0.26 0.49
HSL 138.37º 0.23% 0.41% -
HSV(B) 138.37º 0.38% 0.51% -
XYZ 13.22 18.23 13.65 -
YUV 110.47 119.27 106.26 -
System Red Green Blue C M Y K H S L
Decimal 80 129 95 0.38 0 0.26 0.49 138.37 0.23 0.41
Hex 50 81 5F 26 0 1A 31 8A 17 29
Octal 120 201 137 46 0 32 61 212 27 51
Binary 1010000 10000001 1011111 100110 0 11010 110001 10001010 10111 101001

Color Harmonies of #50815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50815F

Black with #50815F

Text Example


Text Example

White with #50815F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50815F; }

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

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

background-color css

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

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

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

border-color css

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

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

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