Html Css Color HEX #50855F Como

📋 copy color: '#50855F'

red 80 ◦ green 133 ◦ blue 95

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

Shades of Como #50855F

Tints of Como #50855F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.18%

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

R = 25.97%
G = 43.18%
B = 30.84%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#50855F (or 0x50855F) is known color: Como. HEX triplet: 50, 85 and 5F. RGB value is (80,133,95). Sum of RGB (Red+Green+Blue) = 80+133+95=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #50855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50855F is #AF7AA0. Grayscale: #707070. Windows color (decimal): -11500193 or 6260048. OLE color: 6260048.

HSL color Cylindrical-coordinate representation of color #50855F: hue angle of 136.98º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50855F is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 133 95 -
CMYK 0.40 0 0.29 0.48
HSL 136.98º 0.25% 0.42% -
HSV(B) 136.98º 0.4% 0.52% -
XYZ 13.76 19.31 13.83 -
YUV 112.82 117.94 104.59 -
System Red Green Blue C M Y K H S L
Decimal 80 133 95 0.40 0 0.29 0.48 136.98 0.25 0.42
Hex 50 85 5F 28 0 1D 30 89 19 2A
Octal 120 205 137 50 0 35 60 211 31 52
Binary 1010000 10000101 1011111 101000 0 11101 110000 10001001 11001 101010

Color Harmonies of #50855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50855F

Black with #50855F

Text Example


Text Example

White with #50855F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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