Html Css Color HEX #50573A Kelp

📋 copy color: '#50573A'

red 80 ◦ green 87 ◦ blue 58

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

Shades of Kelp #50573A

Tints of Kelp #50573A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.67%

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

R = 35.56%
G = 38.67%
B = 25.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.66

RGB Variations

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

Color information

#50573A (or 0x50573A) is known color: Kelp. HEX triplet: 50, 57 and 3A. RGB value is (80,87,58). Sum of RGB (Red+Green+Blue) = 80+87+58=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 87 - color contains mainly: green. Hex color #50573A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50573A is #AFA8C5. Grayscale: #515151. Windows color (decimal): -11512006 or 3823440. OLE color: 3823440.

HSL color Cylindrical-coordinate representation of color #50573A: hue angle of 74.48º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #50573A is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 87 58 -
CMYK 0.08 0 0.33 0.66
HSL 74.48º 0.2% 0.28% -
HSV(B) 74.48º 0.33% 0.34% -
XYZ 7.48 8.83 5.31 -
YUV 81.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 80 87 58 0.08 0 0.33 0.66 74.48 0.2 0.28
Hex 50 57 3A 8 0 21 42 4A 14 1C
Octal 120 127 72 10 0 41 102 112 24 34
Binary 1010000 1010111 111010 1000 0 100001 1000010 1001010 10100 11100

Color Harmonies of #50573A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50573A

Black with #50573A

Text Example


Text Example

White with #50573A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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