#525544

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

Shades of Kelp #525544

Tints of Kelp #525544

Color information

#525544 (or 0x525544) is unknown color: approx Kelp. HEX triplet: 52, 55 and 44. RGB value is (82,85,68). Sum of RGB (Red+Green+Blue) = 82+85+68=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 85 - color contains mainly: green. Hex color #525544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525544 is #ADAABB. Grayscale: #525252. Windows color (decimal): -11381436 or 4478290. OLE color: 4478290.

HSL color Cylindrical-coordinate representation of color #525544: hue angle of 70.59º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #525544 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB828568-
CMYK0.0400.200.67
HSL70.59º11.11%30%-
HSV(B)70.59º20%33.33%-
XYZ7.778.716.74-
YUV82.16120.01127.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.89%
GREEN value IS 85 (33.59% from 255) = 36.17%
BLUE value IS 68 (26.95% from 255) = 28.94%
R=34.89%
G=36.17%
B=28.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8285680.0400.200.6770.5911.1130
Hex52554440144347b1e
Octal12212510440241031071336
Binary10100101010101100010010001010010000111000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525544; }

 p { color: rgb(82,85,68); }

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

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

 a { background-color: rgb(82,85,68); }

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

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

 span { border-color: rgb(82,85,68); }

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