#525441

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

Shades of Kelp #525441

Tints of Kelp #525441

Color information

#525441 (or 0x525441) is unknown color: approx Kelp. HEX triplet: 52, 54 and 41. RGB value is (82,84,65). Sum of RGB (Red+Green+Blue) = 82+84+65=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 84 - color contains mainly: green. Hex color #525441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525441 is #ADABBE. Grayscale: #515151. Windows color (decimal): -11381695 or 4281426. OLE color: 4281426.

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

Color convert

RGB828465-
CMYK0.0200.230.67
HSL66.32º12.75%29.22%-
HSV(B)66.32º22.62%32.94%-
XYZ7.68.526.24-
YUV81.24118.84128.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.50%
GREEN value IS 84 (33.20% from 255) = 36.36%
BLUE value IS 65 (25.78% from 255) = 28.14%
R=35.50%
G=36.36%
B=28.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8284650.0200.230.6766.3212.7529.22
Hex52544120174342d1d
Octal12212410120271031021535
Binary1010010101010010000011001011110000111000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525441; }

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

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

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

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

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

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

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

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