Html Css Color HEX #50815B Como

📋 copy color: '#50815B'

red 80 ◦ green 129 ◦ blue 91

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

Shades of Como #50815B

Tints of Como #50815B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.33%

R = 26.67%
G = 43%
B = 30.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#50815B (or 0x50815B) is known color: Como. HEX triplet: 50, 81 and 5B. RGB value is (80,129,91). Sum of RGB (Red+Green+Blue) = 80+129+91=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 129 - color contains mainly: green. Hex color #50815B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50815B is #AF7EA4. Grayscale: #6E6E6E. Windows color (decimal): -11501221 or 5996880. OLE color: 5996880.

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

Color convert

RGB 80 129 91 -
CMYK 0.38 0 0.29 0.49
HSL 133.47º 0.23% 0.41% -
HSV(B) 133.47º 0.38% 0.51% -
XYZ 13.05 18.16 12.72 -
YUV 110.02 117.27 106.59 -
System Red Green Blue C M Y K H S L
Decimal 80 129 91 0.38 0 0.29 0.49 133.47 0.23 0.41
Hex 50 81 5B 26 0 1D 31 85 17 29
Octal 120 201 133 46 0 35 61 205 27 51
Binary 1010000 10000001 1011011 100110 0 11101 110001 10000101 10111 101001

Color Harmonies of #50815B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50815B

Black with #50815B

Text Example


Text Example

White with #50815B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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