Html Css Color HEX #505636 Kelp

📋 copy color: '#505636'

red 80 ◦ green 86 ◦ blue 54

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

Shades of Kelp #505636

Tints of Kelp #505636

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.09%

 BLUE value IS 54 (21.48% from 255) = 24.55%

R = 36.36%
G = 39.09%
B = 24.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.66

RGB Variations

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

Color information

#505636 (or 0x505636) is known color: Kelp. HEX triplet: 50, 56 and 36. RGB value is (80,86,54). Sum of RGB (Red+Green+Blue) = 80+86+54=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 86 - color contains mainly: green. Hex color #505636 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505636 is #AFA9C9. Grayscale: #505050. Windows color (decimal): -11512266 or 3561040. OLE color: 3561040.

HSL color Cylindrical-coordinate representation of color #505636: hue angle of 71.25º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #505636 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 86 54 -
CMYK 0.07 0 0.37 0.66
HSL 71.25º 0.23% 0.27% -
HSV(B) 71.25º 0.37% 0.34% -
XYZ 7.3 8.63 4.77 -
YUV 80.56 113.01 127.6 -
System Red Green Blue C M Y K H S L
Decimal 80 86 54 0.07 0 0.37 0.66 71.25 0.23 0.27
Hex 50 56 36 7 0 25 42 47 17 1B
Octal 120 126 66 7 0 45 102 107 27 33
Binary 1010000 1010110 110110 111 0 100101 1000010 1000111 10111 11011

Color Harmonies of #505636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505636

Black with #505636

Text Example


Text Example

White with #505636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505636; }

 p { color: rgb(80,86,54); }

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

background-color css

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

 a { background-color: rgb(80,86,54); }

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

border-color css

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

 span { border-color: rgb(80,86,54); }

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