#505838

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

Shades of Kelp #505838

Tints of Kelp #505838

Color information

#505838 (or 0x505838) is unknown color: approx Kelp. HEX triplet: 50, 58 and 38. RGB value is (80,88,56). Sum of RGB (Red+Green+Blue) = 80+88+56=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 56 (22.27% from 255 or 25% from 224); Max value from RGB is 88 - color contains mainly: green. Hex color #505838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505838 is #AFA7C7. Grayscale: #525252. Windows color (decimal): -11511752 or 3692624. OLE color: 3692624.

HSL color Cylindrical-coordinate representation of color #505838: hue angle of 75º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #505838 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB808856-
CMYK0.0900.360.65
HSL75º22.22%28.24%-
HSV(B)75º36.36%34.51%-
XYZ7.518.975.08-
YUV81.96113.35126.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.71%
GREEN value IS 88 (34.77% from 255) = 39.29%
BLUE value IS 56 (22.27% from 255) = 25%
R=35.71%
G=39.29%
B=25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8088560.0900.360.657522.2228.24
Hex5058389024414b161c
Octal12013070110441011132634
Binary1010000101100011100010010100100100000110010111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505838; }

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

 H1.HeaderClassName
 {
   color: #505838;
 }
 .AnyTagClassName
 {
   color: #505838;
 }
</style>
background-color css

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

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

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

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

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

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