Html Css Color HEX #505339 Kelp

📋 copy color: '#505339'

red 80 ◦ green 83 ◦ blue 57

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

Shades of Kelp #505339

Tints of Kelp #505339

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.73%

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

R = 36.36%
G = 37.73%
B = 25.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#505339 (or 0x505339) is known color: Kelp. HEX triplet: 50, 53 and 39. RGB value is (80,83,57). Sum of RGB (Red+Green+Blue) = 80+83+57=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 83 - color contains mainly: green. Hex color #505339 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505339 is #AFACC6. Grayscale: #4F4F4F. Windows color (decimal): -11513031 or 3756880. OLE color: 3756880.

HSL color Cylindrical-coordinate representation of color #505339: hue angle of 66.92º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #505339 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 83 57 -
CMYK 0.04 0 0.31 0.67
HSL 66.92º 0.19% 0.27% -
HSV(B) 66.92º 0.31% 0.33% -
XYZ 7.14 8.19 5.07 -
YUV 79.14 115.51 128.61 -
System Red Green Blue C M Y K H S L
Decimal 80 83 57 0.04 0 0.31 0.67 66.92 0.19 0.27
Hex 50 53 39 4 0 1F 43 43 13 1B
Octal 120 123 71 4 0 37 103 103 23 33
Binary 1010000 1010011 111001 100 0 11111 1000011 1000011 10011 11011

Color Harmonies of #505339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505339

Black with #505339

Text Example


Text Example

White with #505339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505339; }

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

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

background-color css

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

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

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

border-color css

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

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

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