Html Css Color HEX #505144 Kelp

📋 copy color: '#505144'

red 80 ◦ green 81 ◦ blue 68

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

Shades of Kelp #505144

Tints of Kelp #505144

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.37%

 BLUE value IS 68 (26.95% from 255) = 29.69%

R = 34.93%
G = 35.37%
B = 29.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#505144 (or 0x505144) is known color: Kelp. HEX triplet: 50, 51 and 44. RGB value is (80,81,68). Sum of RGB (Red+Green+Blue) = 80+81+68=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 68 (26.95% from 255 or 29.69% from 229); Max value from RGB is 81 - color contains mainly: green. Hex color #505144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505144 is #AFAEBB. Grayscale: #4F4F4F. Windows color (decimal): -11513532 or 4477264. OLE color: 4477264.

HSL color Cylindrical-coordinate representation of color #505144: hue angle of 64.62º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #505144 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 81 68 -
CMYK 0.01 0 0.16 0.68
HSL 64.62º 0.09% 0.29% -
HSV(B) 64.62º 0.16% 0.32% -
XYZ 7.29 8.01 6.63 -
YUV 79.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 80 81 68 0.01 0 0.16 0.68 64.62 0.09 0.29
Hex 50 51 44 1 0 10 44 41 9 1D
Octal 120 121 104 1 0 20 104 101 11 35
Binary 1010000 1010001 1000100 1 0 10000 1000100 1000001 1001 11101

Color Harmonies of #505144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505144

Black with #505144

Text Example


Text Example

White with #505144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505144; }

 p { color: rgb(80,81,68); }

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

background-color css

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

 a { background-color: rgb(80,81,68); }

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

border-color css

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

 span { border-color: rgb(80,81,68); }

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