Html Css Color HEX #50533C Kelp

📋 copy color: '#50533C'

red 80 ◦ green 83 ◦ blue 60

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

Shades of Kelp #50533C

Tints of Kelp #50533C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.91%

R = 35.87%
G = 37.22%
B = 26.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#50533C (or 0x50533C) is known color: Kelp. HEX triplet: 50, 53 and 3C. RGB value is (80,83,60). Sum of RGB (Red+Green+Blue) = 80+83+60=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 83 - color contains mainly: green. Hex color #50533C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50533C is #AFACC3. Grayscale: #4F4F4F. Windows color (decimal): -11513028 or 3953488. OLE color: 3953488.

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

Color convert

RGB 80 83 60 -
CMYK 0.04 0 0.28 0.67
HSL 67.83º 0.16% 0.28% -
HSV(B) 67.83º 0.28% 0.33% -
XYZ 7.22 8.22 5.48 -
YUV 79.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 80 83 60 0.04 0 0.28 0.67 67.83 0.16 0.28
Hex 50 53 3C 4 0 1C 43 44 10 1C
Octal 120 123 74 4 0 34 103 104 20 34
Binary 1010000 1010011 111100 100 0 11100 1000011 1000100 10000 11100

Color Harmonies of #50533C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50533C

Black with #50533C

Text Example


Text Example

White with #50533C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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