#525640

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

Shades of Kelp #525640

Tints of Kelp #525640

Color information

#525640 (or 0x525640) is unknown color: approx Kelp. HEX triplet: 52, 56 and 40. RGB value is (82,86,64). Sum of RGB (Red+Green+Blue) = 82+86+64=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 86 - color contains mainly: green. Hex color #525640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525640 is #ADA9BF. Grayscale: #525252. Windows color (decimal): -11381184 or 4216402. OLE color: 4216402.

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

Color convert

RGB828664-
CMYK0.0500.260.66
HSL70.91º14.67%29.41%-
HSV(B)70.91º25.58%33.73%-
XYZ7.738.826.15-
YUV82.3117.67127.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.34%
GREEN value IS 86 (33.98% from 255) = 37.07%
BLUE value IS 64 (25.39% from 255) = 27.59%
R=35.34%
G=37.07%
B=27.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8286640.0500.260.6670.9114.6729.41
Hex525640501A4247f1d
Octal12212610050321021071735
Binary10100101010110100000010101101010000101000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525640; }

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

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

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

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

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

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

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

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