#525445

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

Shades of Kelp #525445

Tints of Kelp #525445

Color information

#525445 (or 0x525445) is unknown color: approx Kelp. HEX triplet: 52, 54 and 45. RGB value is (82,84,69). Sum of RGB (Red+Green+Blue) = 82+84+69=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 84 - color contains mainly: green. Hex color #525445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525445 is #ADABBA. Grayscale: #515151. Windows color (decimal): -11381691 or 4543570. OLE color: 4543570.

HSL color Cylindrical-coordinate representation of color #525445: hue angle of 68º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #525445 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB828469-
CMYK0.0200.180.67
HSL68º9.8%30%-
HSV(B)68º17.86%32.94%-
XYZ7.728.566.88-
YUV81.69120.84128.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.89%
GREEN value IS 84 (33.20% from 255) = 35.74%
BLUE value IS 69 (27.34% from 255) = 29.36%
R=34.89%
G=35.74%
B=29.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8284690.0200.180.67689.830
Hex52544520124344a1e
Octal12212410520221031041236
Binary1010010101010010001011001001010000111000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525445; }

 p { color: rgb(82,84,69); }

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

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

 a { background-color: rgb(82,84,69); }

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

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

 span { border-color: rgb(82,84,69); }

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