Html Css Color HEX #50523F Kelp

📋 copy color: '#50523F'

red 80 ◦ green 82 ◦ blue 63

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

Shades of Kelp #50523F

Tints of Kelp #50523F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.44%

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

R = 35.56%
G = 36.44%
B = 28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#50523F (or 0x50523F) is known color: Kelp. HEX triplet: 50, 52 and 3F. RGB value is (80,82,63). Sum of RGB (Red+Green+Blue) = 80+82+63=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 82 - color contains mainly: green. Hex color #50523F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50523F is #AFADC0. Grayscale: #4F4F4F. Windows color (decimal): -11513281 or 4149840. OLE color: 4149840.

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

Color convert

RGB 80 82 63 -
CMYK 0.02 0 0.23 0.68
HSL 66.32º 0.13% 0.28% -
HSV(B) 66.32º 0.23% 0.32% -
XYZ 7.22 8.1 5.89 -
YUV 79.24 118.84 128.54 -
System Red Green Blue C M Y K H S L
Decimal 80 82 63 0.02 0 0.23 0.68 66.32 0.13 0.28
Hex 50 52 3F 2 0 17 44 42 D 1C
Octal 120 122 77 2 0 27 104 102 15 34
Binary 1010000 1010010 111111 10 0 10111 1000100 1000010 1101 11100

Color Harmonies of #50523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50523F

Black with #50523F

Text Example


Text Example

White with #50523F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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