Html Css Color HEX #50513F Kelp

📋 copy color: '#50513F'

red 80 ◦ green 81 ◦ blue 63

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

Shades of Kelp #50513F

Tints of Kelp #50513F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.16%

 BLUE value IS 63 (25% from 255) = 28.13%

R = 35.71%
G = 36.16%
B = 28.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#50513F (or 0x50513F) is known color: Kelp. HEX triplet: 50, 51 and 3F. RGB value is (80,81,63). Sum of RGB (Red+Green+Blue) = 80+81+63=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 81 - color contains mainly: green. Hex color #50513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50513F is #AFAEC0. Grayscale: #4E4E4E. Windows color (decimal): -11513537 or 4149584. OLE color: 4149584.

HSL color Cylindrical-coordinate representation of color #50513F: hue angle of 63.33º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #50513F is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 81 63 -
CMYK 0.01 0 0.22 0.68
HSL 63.33º 0.13% 0.28% -
HSV(B) 63.33º 0.22% 0.32% -
XYZ 7.15 7.95 5.86 -
YUV 78.65 119.17 128.96 -
System Red Green Blue C M Y K H S L
Decimal 80 81 63 0.01 0 0.22 0.68 63.33 0.13 0.28
Hex 50 51 3F 1 0 16 44 3F C 1C
Octal 120 121 77 1 0 26 104 77 14 34
Binary 1010000 1010001 111111 1 0 10110 1000100 111111 1100 11100

Color Harmonies of #50513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50513F

Black with #50513F

Text Example


Text Example

White with #50513F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50513F; }

 p { color: rgb(80,81,63); }

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

background-color css

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

 a { background-color: rgb(80,81,63); }

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

border-color css

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

 span { border-color: rgb(80,81,63); }

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