Html Css Color HEX #505140 Kelp

📋 copy color: '#505140'

red 80 ◦ green 81 ◦ blue 64

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

Shades of Kelp #505140

Tints of Kelp #505140

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36%

 BLUE value IS 64 (25.39% from 255) = 28.44%

R = 35.56%
G = 36%
B = 28.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#505140 (or 0x505140) is known color: Kelp. HEX triplet: 50, 51 and 40. RGB value is (80,81,64). Sum of RGB (Red+Green+Blue) = 80+81+64=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 81 - color contains mainly: green. Hex color #505140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505140 is #AFAEBF. Grayscale: #4E4E4E. Windows color (decimal): -11513536 or 4215120. OLE color: 4215120.

HSL color Cylindrical-coordinate representation of color #505140: hue angle of 63.53º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #505140 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 81 64 -
CMYK 0.01 0 0.21 0.68
HSL 63.53º 0.12% 0.28% -
HSV(B) 63.53º 0.21% 0.32% -
XYZ 7.18 7.96 6.01 -
YUV 78.76 119.67 128.88 -
System Red Green Blue C M Y K H S L
Decimal 80 81 64 0.01 0 0.21 0.68 63.53 0.12 0.28
Hex 50 51 40 1 0 15 44 40 C 1C
Octal 120 121 100 1 0 25 104 100 14 34
Binary 1010000 1010001 1000000 1 0 10101 1000100 1000000 1100 11100

Color Harmonies of #505140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505140

Black with #505140

Text Example


Text Example

White with #505140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505140; }

 p { color: rgb(80,81,64); }

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

background-color css

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

 a { background-color: rgb(80,81,64); }

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

border-color css

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

 span { border-color: rgb(80,81,64); }

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