Html Css Color HEX #50533A Kelp

📋 copy color: '#50533A'

red 80 ◦ green 83 ◦ blue 58

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

Shades of Kelp #50533A

Tints of Kelp #50533A

RGB

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

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

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

R = 36.2%
G = 37.56%
B = 26.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#50533A (or 0x50533A) is known color: Kelp. HEX triplet: 50, 53 and 3A. RGB value is (80,83,58). Sum of RGB (Red+Green+Blue) = 80+83+58=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 83 - color contains mainly: green. Hex color #50533A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50533A is #AFACC5. Grayscale: #4F4F4F. Windows color (decimal): -11513030 or 3822416. OLE color: 3822416.

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

Color convert

RGB 80 83 58 -
CMYK 0.04 0 0.30 0.67
HSL 67.2º 0.18% 0.28% -
HSV(B) 67.2º 0.3% 0.33% -
XYZ 7.17 8.2 5.21 -
YUV 79.25 116.01 128.53 -
System Red Green Blue C M Y K H S L
Decimal 80 83 58 0.04 0 0.30 0.67 67.2 0.18 0.28
Hex 50 53 3A 4 0 1E 43 43 12 1C
Octal 120 123 72 4 0 36 103 103 22 34
Binary 1010000 1010011 111010 100 0 11110 1000011 1000011 10010 11100

Color Harmonies of #50533A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50533A

Black with #50533A

Text Example


Text Example

White with #50533A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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