#515440

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

Shades of Kelp #515440

Tints of Kelp #515440

Color information

#515440 (or 0x515440) is unknown color: approx Kelp. HEX triplet: 51, 54 and 40. RGB value is (81,84,64). Sum of RGB (Red+Green+Blue) = 81+84+64=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 84 - color contains mainly: green. Hex color #515440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515440 is #AEABBF. Grayscale: #505050. Windows color (decimal): -11447232 or 4215889. OLE color: 4215889.

HSL color Cylindrical-coordinate representation of color #515440: hue angle of 69º degrees, saturation: 0.14, 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 #515440 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB818464-
CMYK0.0400.240.67
HSL69º13.51%29.02%-
HSV(B)69º23.81%32.94%-
XYZ7.498.466.09-
YUV80.82118.51128.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.37%
GREEN value IS 84 (33.20% from 255) = 36.68%
BLUE value IS 64 (25.39% from 255) = 27.95%
R=35.37%
G=36.68%
B=27.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8184640.0400.240.676913.5129.02
Hex51544040184345e1d
Octal12112410040301031051635
Binary10100011010100100000010001100010000111000101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515440; }

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

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

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

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

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

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

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

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