#525740

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

Shades of Kelp #525740

Tints of Kelp #525740

Color information

#525740 (or 0x525740) is unknown color: approx Kelp. HEX triplet: 52, 57 and 40. RGB value is (82,87,64). Sum of RGB (Red+Green+Blue) = 82+87+64=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 87 - color contains mainly: green. Hex color #525740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525740 is #ADA8BF. Grayscale: #525252. Windows color (decimal): -11380928 or 4216658. OLE color: 4216658.

HSL color Cylindrical-coordinate representation of color #525740: hue angle of 73.04º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #525740 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB828764-
CMYK0.0600.260.66
HSL73.04º15.23%29.61%-
HSV(B)73.04º26.44%34.12%-
XYZ7.818.986.17-
YUV82.88117.34127.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.19%
GREEN value IS 87 (34.38% from 255) = 37.34%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=35.19%
G=37.34%
B=27.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8287640.0600.260.6673.0415.2329.61
Hex525740601A4249f1e
Octal12212710060321021111736
Binary10100101010111100000011001101010000101001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525740; }

 p { color: rgb(82,87,64); }

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

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

 a { background-color: rgb(82,87,64); }

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

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

 span { border-color: rgb(82,87,64); }

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