Html Css Color HEX #50533B Kelp

📋 copy color: '#50533B'

red 80 ◦ green 83 ◦ blue 59

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

Shades of Kelp #50533B

Tints of Kelp #50533B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.58%

R = 36.04%
G = 37.39%
B = 26.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#50533B (or 0x50533B) is known color: Kelp. HEX triplet: 50, 53 and 3B. RGB value is (80,83,59). Sum of RGB (Red+Green+Blue) = 80+83+59=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 83 - color contains mainly: green. Hex color #50533B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50533B is #AFACC4. Grayscale: #4F4F4F. Windows color (decimal): -11513029 or 3887952. OLE color: 3887952.

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

Color convert

RGB 80 83 59 -
CMYK 0.04 0 0.29 0.67
HSL 67.5º 0.17% 0.28% -
HSV(B) 67.5º 0.29% 0.33% -
XYZ 7.19 8.21 5.34 -
YUV 79.37 116.51 128.45 -
System Red Green Blue C M Y K H S L
Decimal 80 83 59 0.04 0 0.29 0.67 67.5 0.17 0.28
Hex 50 53 3B 4 0 1D 43 44 11 1C
Octal 120 123 73 4 0 35 103 104 21 34
Binary 1010000 1010011 111011 100 0 11101 1000011 1000100 10001 11100

Color Harmonies of #50533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50533B

Black with #50533B

Text Example


Text Example

White with #50533B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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