Html Css Color HEX #505343 Kelp

📋 copy color: '#505343'

red 80 ◦ green 83 ◦ blue 67

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

Shades of Kelp #505343

Tints of Kelp #505343

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.09%

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

R = 34.78%
G = 36.09%
B = 29.13%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#505343 (or 0x505343) is known color: Kelp. HEX triplet: 50, 53 and 43. RGB value is (80,83,67). Sum of RGB (Red+Green+Blue) = 80+83+67=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 67 (26.56% from 255 or 29.13% from 230); Max value from RGB is 83 - color contains mainly: green. Hex color #505343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505343 is #AFACBC. Grayscale: #505050. Windows color (decimal): -11513021 or 4412240. OLE color: 4412240.

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

Color convert

RGB 80 83 67 -
CMYK 0.04 0 0.19 0.67
HSL 71.25º 0.11% 0.29% -
HSV(B) 71.25º 0.19% 0.33% -
XYZ 7.41 8.3 6.52 -
YUV 80.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 80 83 67 0.04 0 0.19 0.67 71.25 0.11 0.29
Hex 50 53 43 4 0 13 43 47 B 1D
Octal 120 123 103 4 0 23 103 107 13 35
Binary 1010000 1010011 1000011 100 0 10011 1000011 1000111 1011 11101

Color Harmonies of #505343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505343

Black with #505343

Text Example


Text Example

White with #505343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505343; }

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

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

background-color css

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

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

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

border-color css

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

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

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