Html Css Color HEX #505437 Kelp

📋 copy color: '#505437'

red 80 ◦ green 84 ◦ blue 55

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

Shades of Kelp #505437

Tints of Kelp #505437

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.36%

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

R = 36.53%
G = 38.36%
B = 25.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#505437 (or 0x505437) is known color: Kelp. HEX triplet: 50, 54 and 37. RGB value is (80,84,55). Sum of RGB (Red+Green+Blue) = 80+84+55=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 84 - color contains mainly: green. Hex color #505437 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505437 is #AFABC8. Grayscale: #4F4F4F. Windows color (decimal): -11512777 or 3626064. OLE color: 3626064.

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

Color convert

RGB 80 84 55 -
CMYK 0.05 0 0.35 0.67
HSL 68.28º 0.21% 0.27% -
HSV(B) 68.28º 0.35% 0.33% -
XYZ 7.17 8.32 4.84 -
YUV 79.5 114.17 128.36 -
System Red Green Blue C M Y K H S L
Decimal 80 84 55 0.05 0 0.35 0.67 68.28 0.21 0.27
Hex 50 54 37 5 0 23 43 44 15 1B
Octal 120 124 67 5 0 43 103 104 25 33
Binary 1010000 1010100 110111 101 0 100011 1000011 1000100 10101 11011

Color Harmonies of #505437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505437

Black with #505437

Text Example


Text Example

White with #505437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505437; }

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

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

background-color css

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

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

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

border-color css

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

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

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