Html Css Color HEX #505143 Kelp

📋 copy color: '#505143'

red 80 ◦ green 81 ◦ blue 67

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

Shades of Kelp #505143

Tints of Kelp #505143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 29.39%

R = 35.09%
G = 35.53%
B = 29.39%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#505143 (or 0x505143) is known color: Kelp. HEX triplet: 50, 51 and 43. RGB value is (80,81,67). Sum of RGB (Red+Green+Blue) = 80+81+67=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 67 (26.56% from 255 or 29.39% from 228); Max value from RGB is 81 - color contains mainly: green. Hex color #505143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505143 is #AFAEBC. Grayscale: #4F4F4F. Windows color (decimal): -11513533 or 4411728. OLE color: 4411728.

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

Color convert

RGB 80 81 67 -
CMYK 0.01 0 0.17 0.68
HSL 64.29º 0.09% 0.29% -
HSV(B) 64.29º 0.17% 0.32% -
XYZ 7.26 8 6.47 -
YUV 79.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 80 81 67 0.01 0 0.17 0.68 64.29 0.09 0.29
Hex 50 51 43 1 0 11 44 40 9 1D
Octal 120 121 103 1 0 21 104 100 11 35
Binary 1010000 1010001 1000011 1 0 10001 1000100 1000000 1001 11101

Color Harmonies of #505143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505143

Black with #505143

Text Example


Text Example

White with #505143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505143; }

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

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

background-color css

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

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

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

border-color css

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

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

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