#515541

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

Shades of Kelp #515541

Tints of Kelp #515541

Color information

#515541 (or 0x515541) is unknown color: approx Kelp. HEX triplet: 51, 55 and 41. RGB value is (81,85,65). Sum of RGB (Red+Green+Blue) = 81+85+65=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 85 - color contains mainly: green. Hex color #515541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515541 is #AEAABE. Grayscale: #515151. Windows color (decimal): -11446975 or 4281681. OLE color: 4281681.

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

Color convert

RGB818565-
CMYK0.0500.240.67
HSL72º13.33%29.41%-
HSV(B)72º23.53%33.33%-
XYZ7.68.636.27-
YUV81.52118.67127.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.06%
GREEN value IS 85 (33.59% from 255) = 36.80%
BLUE value IS 65 (25.78% from 255) = 28.14%
R=35.06%
G=36.80%
B=28.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8185650.0500.240.677213.3329.41
Hex51554150184348d1d
Octal12112510150301031101535
Binary10100011010101100000110101100010000111001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515541; }

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

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

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

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

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

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

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

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