Html Css Color HEX #505441 Kelp

📋 copy color: '#505441'

red 80 ◦ green 84 ◦ blue 65

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

Shades of Kelp #505441

Tints of Kelp #505441

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.68%

 BLUE value IS 65 (25.78% from 255) = 28.38%

R = 34.93%
G = 36.68%
B = 28.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#505441 (or 0x505441) is known color: Kelp. HEX triplet: 50, 54 and 41. RGB value is (80,84,65). Sum of RGB (Red+Green+Blue) = 80+84+65=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 84 - color contains mainly: green. Hex color #505441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505441 is #AFABBE. Grayscale: #505050. Windows color (decimal): -11512767 or 4281424. OLE color: 4281424.

HSL color Cylindrical-coordinate representation of color #505441: hue angle of 72.63º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #505441 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 84 65 -
CMYK 0.05 0 0.23 0.67
HSL 72.63º 0.13% 0.29% -
HSV(B) 72.63º 0.23% 0.33% -
XYZ 7.43 8.43 6.24 -
YUV 80.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 80 84 65 0.05 0 0.23 0.67 72.63 0.13 0.29
Hex 50 54 41 5 0 17 43 49 D 1D
Octal 120 124 101 5 0 27 103 111 15 35
Binary 1010000 1010100 1000001 101 0 10111 1000011 1001001 1101 11101

Color Harmonies of #505441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505441

Black with #505441

Text Example


Text Example

White with #505441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505441; }

 p { color: rgb(80,84,65); }

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

background-color css

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

 a { background-color: rgb(80,84,65); }

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

border-color css

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

 span { border-color: rgb(80,84,65); }

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