#515540

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

Shades of Kelp #515540

Tints of Kelp #515540

Color information

#515540 (or 0x515540) is unknown color: approx Kelp. HEX triplet: 51, 55 and 40. RGB value is (81,85,64). Sum of RGB (Red+Green+Blue) = 81+85+64=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 85 - color contains mainly: green. Hex color #515540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515540 is #AEAABF. Grayscale: #515151. Windows color (decimal): -11446976 or 4216145. OLE color: 4216145.

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

Color convert

RGB818564-
CMYK0.0500.250.67
HSL71.43º14.09%29.22%-
HSV(B)71.43º24.71%33.33%-
XYZ7.578.626.11-
YUV81.41118.17127.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.22%
GREEN value IS 85 (33.59% from 255) = 36.96%
BLUE value IS 64 (25.39% from 255) = 27.83%
R=35.22%
G=36.96%
B=27.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8185640.0500.250.6771.4314.0929.22
Hex51554050194347e1d
Octal12112510050311031071635
Binary10100011010101100000010101100110000111000111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515540; }

 p { color: rgb(81,85,64); }

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

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

 a { background-color: rgb(81,85,64); }

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

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

 span { border-color: rgb(81,85,64); }

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