#525442

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

Shades of Kelp #525442

Tints of Kelp #525442

Color information

#525442 (or 0x525442) is unknown color: approx Kelp. HEX triplet: 52, 54 and 42. RGB value is (82,84,66). Sum of RGB (Red+Green+Blue) = 82+84+66=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 84 - color contains mainly: green. Hex color #525442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525442 is #ADABBD. Grayscale: #515151. Windows color (decimal): -11381694 or 4346962. OLE color: 4346962.

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

Color convert

RGB828466-
CMYK0.0200.210.67
HSL66.67º12%29.41%-
HSV(B)66.67º21.43%32.94%-
XYZ7.638.536.4-
YUV81.35119.34128.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.34%
GREEN value IS 84 (33.20% from 255) = 36.21%
BLUE value IS 66 (26.17% from 255) = 28.45%
R=35.34%
G=36.21%
B=28.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8284660.0200.210.6766.671229.41
Hex52544220154343c1d
Octal12212410220251031031435
Binary1010010101010010000101001010110000111000011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525442; }

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

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

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

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

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

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

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

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