Html Css Color HEX #50553A Kelp

📋 copy color: '#50553A'

red 80 ◦ green 85 ◦ blue 58

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

Shades of Kelp #50553A

Tints of Kelp #50553A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.12%

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

R = 35.87%
G = 38.12%
B = 26.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#50553A (or 0x50553A) is known color: Kelp. HEX triplet: 50, 55 and 3A. RGB value is (80,85,58). Sum of RGB (Red+Green+Blue) = 80+85+58=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 85 - color contains mainly: green. Hex color #50553A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50553A is #AFAAC5. Grayscale: #505050. Windows color (decimal): -11512518 or 3822928. OLE color: 3822928.

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

Color convert

RGB 80 85 58 -
CMYK 0.06 0 0.32 0.67
HSL 71.11º 0.19% 0.28% -
HSV(B) 71.11º 0.32% 0.33% -
XYZ 7.32 8.51 5.26 -
YUV 80.43 115.34 127.7 -
System Red Green Blue C M Y K H S L
Decimal 80 85 58 0.06 0 0.32 0.67 71.11 0.19 0.28
Hex 50 55 3A 6 0 20 43 47 13 1C
Octal 120 125 72 6 0 40 103 107 23 34
Binary 1010000 1010101 111010 110 0 100000 1000011 1000111 10011 11100

Color Harmonies of #50553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50553A

Black with #50553A

Text Example


Text Example

White with #50553A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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