Html Css Color HEX #505141 Kelp

📋 copy color: '#505141'

red 80 ◦ green 81 ◦ blue 65

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

Shades of Kelp #505141

Tints of Kelp #505141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.76%

R = 35.4%
G = 35.84%
B = 28.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#505141 (or 0x505141) is known color: Kelp. HEX triplet: 50, 51 and 41. RGB value is (80,81,65). Sum of RGB (Red+Green+Blue) = 80+81+65=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 81 - color contains mainly: green. Hex color #505141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505141 is #AFAEBE. Grayscale: #4E4E4E. Windows color (decimal): -11513535 or 4280656. OLE color: 4280656.

HSL color Cylindrical-coordinate representation of color #505141: hue angle of 63.75º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #505141 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 81 65 -
CMYK 0.01 0 0.20 0.68
HSL 63.75º 0.11% 0.29% -
HSV(B) 63.75º 0.2% 0.32% -
XYZ 7.2 7.97 6.16 -
YUV 78.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 80 81 65 0.01 0 0.20 0.68 63.75 0.11 0.29
Hex 50 51 41 1 0 14 44 40 B 1D
Octal 120 121 101 1 0 24 104 100 13 35
Binary 1010000 1010001 1000001 1 0 10100 1000100 1000000 1011 11101

Color Harmonies of #505141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505141

Black with #505141

Text Example


Text Example

White with #505141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505141; }

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

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

background-color css

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

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

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

border-color css

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

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

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