Html Css Color HEX #505239 Kelp

📋 copy color: '#505239'

red 80 ◦ green 82 ◦ blue 57

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

Shades of Kelp #505239

Tints of Kelp #505239

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.44%

 BLUE value IS 57 (22.66% from 255) = 26.03%

R = 36.53%
G = 37.44%
B = 26.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#505239 (or 0x505239) is known color: Kelp. HEX triplet: 50, 52 and 39. RGB value is (80,82,57). Sum of RGB (Red+Green+Blue) = 80+82+57=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 82 - color contains mainly: green. Hex color #505239 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505239 is #AFADC6. Grayscale: #4E4E4E. Windows color (decimal): -11513287 or 3756624. OLE color: 3756624.

HSL color Cylindrical-coordinate representation of color #505239: hue angle of 64.8º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #505239 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 82 57 -
CMYK 0.02 0 0.30 0.68
HSL 64.8º 0.18% 0.27% -
HSV(B) 64.8º 0.3% 0.32% -
XYZ 7.06 8.04 5.05 -
YUV 78.55 115.84 129.03 -
System Red Green Blue C M Y K H S L
Decimal 80 82 57 0.02 0 0.30 0.68 64.8 0.18 0.27
Hex 50 52 39 2 0 1E 44 41 12 1B
Octal 120 122 71 2 0 36 104 101 22 33
Binary 1010000 1010010 111001 10 0 11110 1000100 1000001 10010 11011

Color Harmonies of #505239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505239

Black with #505239

Text Example


Text Example

White with #505239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505239; }

 p { color: rgb(80,82,57); }

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

background-color css

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

 a { background-color: rgb(80,82,57); }

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

border-color css

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

 span { border-color: rgb(80,82,57); }

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