Html Css Color HEX #508364 Como

📋 copy color: '#508364'

red 80 ◦ green 131 ◦ blue 100

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

Shades of Como #508364

Tints of Como #508364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.15%

R = 25.72%
G = 42.12%
B = 32.15%

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

#508364 (or 0x508364) is known color: Como. HEX triplet: 50, 83 and 64. RGB value is (80,131,100). Sum of RGB (Red+Green+Blue) = 80+131+100=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 131 - color contains mainly: green. Hex color #508364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508364 is #AF7C9B. Grayscale: #707070. Windows color (decimal): -11500700 or 6587216. OLE color: 6587216.

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

Color convert

RGB 80 131 100 -
CMYK 0.39 0 0.24 0.49
HSL 143.53º 0.24% 0.41% -
HSV(B) 143.53º 0.39% 0.51% -
XYZ 13.72 18.86 14.97 -
YUV 112.22 121.1 105.02 -
System Red Green Blue C M Y K H S L
Decimal 80 131 100 0.39 0 0.24 0.49 143.53 0.24 0.41
Hex 50 83 64 27 0 18 31 90 18 29
Octal 120 203 144 47 0 30 61 220 30 51
Binary 1010000 10000011 1100100 100111 0 11000 110001 10010000 11000 101001

Color Harmonies of #508364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508364

Black with #508364

Text Example


Text Example

White with #508364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508364; }

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

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

background-color css

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

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

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

border-color css

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

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

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