Html Css Color HEX #508363 Como

📋 copy color: '#508363'

red 80 ◦ green 131 ◦ blue 99

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

Shades of Como #508363

Tints of Como #508363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.94%

R = 25.81%
G = 42.26%
B = 31.94%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#508363 (or 0x508363) is known color: Como. HEX triplet: 50, 83 and 63. RGB value is (80,131,99). Sum of RGB (Red+Green+Blue) = 80+131+99=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 131 - color contains mainly: green. Hex color #508363 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508363 is #AF7C9C. Grayscale: #707070. Windows color (decimal): -11500701 or 6521680. OLE color: 6521680.

HSL color Cylindrical-coordinate representation of color #508363: hue angle of 142.35º 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 #508363 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 131 99 -
CMYK 0.39 0 0.24 0.49
HSL 142.35º 0.24% 0.41% -
HSV(B) 142.35º 0.39% 0.51% -
XYZ 13.68 18.84 14.72 -
YUV 112.1 120.6 105.1 -
System Red Green Blue C M Y K H S L
Decimal 80 131 99 0.39 0 0.24 0.49 142.35 0.24 0.41
Hex 50 83 63 27 0 18 31 8E 18 29
Octal 120 203 143 47 0 30 61 216 30 51
Binary 1010000 10000011 1100011 100111 0 11000 110001 10001110 11000 101001

Color Harmonies of #508363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508363

Black with #508363

Text Example


Text Example

White with #508363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508363; }

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

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

background-color css

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

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

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

border-color css

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

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

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