Html Css Color HEX #505337 Kelp

📋 copy color: '#505337'

red 80 ◦ green 83 ◦ blue 55

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

Shades of Kelp #505337

Tints of Kelp #505337

RGB

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

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

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

R = 36.7%
G = 38.07%
B = 25.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#505337 (or 0x505337) is known color: Kelp. HEX triplet: 50, 53 and 37. RGB value is (80,83,55). Sum of RGB (Red+Green+Blue) = 80+83+55=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 83 - color contains mainly: green. Hex color #505337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505337 is #AFACC8. Grayscale: #4F4F4F. Windows color (decimal): -11513033 or 3625808. OLE color: 3625808.

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

Color convert

RGB 80 83 55 -
CMYK 0.04 0 0.34 0.67
HSL 66.43º 0.2% 0.27% -
HSV(B) 66.43º 0.34% 0.33% -
XYZ 7.09 8.17 4.82 -
YUV 78.91 114.51 128.78 -
System Red Green Blue C M Y K H S L
Decimal 80 83 55 0.04 0 0.34 0.67 66.43 0.2 0.27
Hex 50 53 37 4 0 22 43 42 14 1B
Octal 120 123 67 4 0 42 103 102 24 33
Binary 1010000 1010011 110111 100 0 100010 1000011 1000010 10100 11011

Color Harmonies of #505337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505337

Black with #505337

Text Example


Text Example

White with #505337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505337; }

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

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

background-color css

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

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

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

border-color css

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

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

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