Html Css Color HEX #50543A Kelp

📋 copy color: '#50543A'

red 80 ◦ green 84 ◦ blue 58

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

Shades of Kelp #50543A

Tints of Kelp #50543A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.13%

R = 36.04%
G = 37.84%
B = 26.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#50543A (or 0x50543A) is known color: Kelp. HEX triplet: 50, 54 and 3A. RGB value is (80,84,58). Sum of RGB (Red+Green+Blue) = 80+84+58=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 84 - color contains mainly: green. Hex color #50543A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50543A is #AFABC5. Grayscale: #4F4F4F. Windows color (decimal): -11512774 or 3822672. OLE color: 3822672.

HSL color Cylindrical-coordinate representation of color #50543A: hue angle of 69.23º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #50543A is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 84 58 -
CMYK 0.05 0 0.31 0.67
HSL 69.23º 0.18% 0.28% -
HSV(B) 69.23º 0.31% 0.33% -
XYZ 7.24 8.35 5.23 -
YUV 79.84 115.67 128.11 -
System Red Green Blue C M Y K H S L
Decimal 80 84 58 0.05 0 0.31 0.67 69.23 0.18 0.28
Hex 50 54 3A 5 0 1F 43 45 12 1C
Octal 120 124 72 5 0 37 103 105 22 34
Binary 1010000 1010100 111010 101 0 11111 1000011 1000101 10010 11100

Color Harmonies of #50543A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50543A

Black with #50543A

Text Example


Text Example

White with #50543A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50543A; }

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

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

background-color css

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

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

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

border-color css

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

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

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