Html Css Color HEX #505837 Kelp

📋 copy color: '#505837'

red 80 ◦ green 88 ◦ blue 55

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

Shades of Kelp #505837

Tints of Kelp #505837

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.46%

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

R = 35.87%
G = 39.46%
B = 24.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#505837 (or 0x505837) is known color: Kelp. HEX triplet: 50, 58 and 37. RGB value is (80,88,55). Sum of RGB (Red+Green+Blue) = 80+88+55=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 55 (21.88% from 255 or 24.66% from 223); Max value from RGB is 88 - color contains mainly: green. Hex color #505837 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505837 is #AFA7C8. Grayscale: #515151. Windows color (decimal): -11511753 or 3627088. OLE color: 3627088.

HSL color Cylindrical-coordinate representation of color #505837: hue angle of 74.55º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #505837 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 88 55 -
CMYK 0.09 0 0.38 0.65
HSL 74.55º 0.23% 0.28% -
HSV(B) 74.55º 0.38% 0.35% -
XYZ 7.49 8.96 4.95 -
YUV 81.85 112.85 126.68 -
System Red Green Blue C M Y K H S L
Decimal 80 88 55 0.09 0 0.38 0.65 74.55 0.23 0.28
Hex 50 58 37 9 0 26 41 4B 17 1C
Octal 120 130 67 11 0 46 101 113 27 34
Binary 1010000 1011000 110111 1001 0 100110 1000001 1001011 10111 11100

Color Harmonies of #505837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505837

Black with #505837

Text Example


Text Example

White with #505837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505837; }

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

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

background-color css

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

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

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

border-color css

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

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

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