#505438

Color #505438 Kelp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelp #505438

Tints of Kelp #505438

Color information

#505438 (or 0x505438) is unknown color: approx 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

RGB808456-
CMYK0.0500.330.67
HSL68.57º20%27.45%-
HSV(B)68.57º33.33%32.94%-
XYZ7.198.334.97-
YUV79.61114.67128.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 84 (33.20% 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 (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8084560.0500.330.6768.572027.45
Hex50543850214345141b
Octal1201247050411031052433
Binary101000010101001110001010100001100001110001011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>