#525446

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

Shades of Kelp #525446

Tints of Kelp #525446

Color information

#525446 (or 0x525446) is unknown color: approx Kelp. HEX triplet: 52, 54 and 46. RGB value is (82,84,70). Sum of RGB (Red+Green+Blue) = 82+84+70=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 84 - color contains mainly: green. Hex color #525446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525446 is #ADABB9. Grayscale: #515151. Windows color (decimal): -11381690 or 4609106. OLE color: 4609106.

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

Color convert

RGB828470-
CMYK0.0200.170.67
HSL68.57º9.09%30.2%-
HSV(B)68.57º16.67%32.94%-
XYZ7.768.587.04-
YUV81.81121.34128.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.75%
GREEN value IS 84 (33.20% from 255) = 35.59%
BLUE value IS 70 (27.73% from 255) = 29.66%
R=34.75%
G=35.59%
B=29.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8284700.0200.170.6768.579.0930.2
Hex5254462011434591e
Octal12212410620211031051136
Binary1010010101010010001101001000110000111000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525446; }

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

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

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

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

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

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

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

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