Html Css Color HEX #505438 Kelp

📋 copy color: '#505438'

red 80 ◦ green 84 ◦ blue 56

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

Shades of Kelp #505438

Tints of Kelp #505438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25.45%

R = 36.36%
G = 38.18%
B = 25.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#505438 (or 0x505438) is known color: Kelp. HEX triplet: 50, 54 and 38. RGB value is (80,84,56). Sum of RGB (Red+Green+Blue) = 80+84+56=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 84 - color contains mainly: green. Hex color #505438 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505438 is #AFABC7. Grayscale: #4F4F4F. Windows color (decimal): -11512776 or 3691600. OLE color: 3691600.

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

Color convert

RGB 80 84 56 -
CMYK 0.05 0 0.33 0.67
HSL 68.57º 0.2% 0.27% -
HSV(B) 68.57º 0.33% 0.33% -
XYZ 7.19 8.33 4.97 -
YUV 79.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 80 84 56 0.05 0 0.33 0.67 68.57 0.2 0.27
Hex 50 54 38 5 0 21 43 45 14 1B
Octal 120 124 70 5 0 41 103 105 24 33
Binary 1010000 1010100 111000 101 0 100001 1000011 1000101 10100 11011

Color Harmonies of #505438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505438

Black with #505438

Text Example


Text Example

White with #505438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505438; }

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

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

background-color css

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

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

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

border-color css

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

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

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