Html Css Color HEX #505637 Kelp

📋 copy color: '#505637'

red 80 ◦ green 86 ◦ blue 55

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

Shades of Kelp #505637

Tints of Kelp #505637

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.91%

 BLUE value IS 55 (21.88% from 255) = 24.89%

R = 36.2%
G = 38.91%
B = 24.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.66

RGB Variations

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

Color information

#505637 (or 0x505637) is known color: Kelp. HEX triplet: 50, 56 and 37. RGB value is (80,86,55). Sum of RGB (Red+Green+Blue) = 80+86+55=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 55 (21.88% from 255 or 24.89% from 221); Max value from RGB is 86 - color contains mainly: green. Hex color #505637 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505637 is #AFA9C8. Grayscale: #505050. Windows color (decimal): -11512265 or 3626576. OLE color: 3626576.

HSL color Cylindrical-coordinate representation of color #505637: hue angle of 71.61º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #505637 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 86 55 -
CMYK 0.07 0 0.36 0.66
HSL 71.61º 0.22% 0.28% -
HSV(B) 71.61º 0.36% 0.34% -
XYZ 7.33 8.64 4.9 -
YUV 80.67 113.51 127.52 -
System Red Green Blue C M Y K H S L
Decimal 80 86 55 0.07 0 0.36 0.66 71.61 0.22 0.28
Hex 50 56 37 7 0 24 42 48 16 1C
Octal 120 126 67 7 0 44 102 110 26 34
Binary 1010000 1010110 110111 111 0 100100 1000010 1001000 10110 11100

Color Harmonies of #505637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505637

Black with #505637

Text Example


Text Example

White with #505637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505637; }

 p { color: rgb(80,86,55); }

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

background-color css

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

 a { background-color: rgb(80,86,55); }

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

border-color css

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

 span { border-color: rgb(80,86,55); }

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