#525439

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

Shades of Kelp #525439

Tints of Kelp #525439

Color information

#525439 (or 0x525439) is unknown color: approx Kelp. HEX triplet: 52, 54 and 39. RGB value is (82,84,57). Sum of RGB (Red+Green+Blue) = 82+84+57=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 84 - color contains mainly: green. Hex color #525439 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525439 is #ADABC6. Grayscale: #505050. Windows color (decimal): -11381703 or 3757138. OLE color: 3757138.

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

Color convert

RGB828457-
CMYK0.0200.320.67
HSL64.44º19.15%27.65%-
HSV(B)64.44º32.14%32.94%-
XYZ7.398.435.11-
YUV80.32114.84129.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.77%
GREEN value IS 84 (33.20% from 255) = 37.67%
BLUE value IS 57 (22.66% from 255) = 25.56%
R=36.77%
G=37.67%
B=25.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8284570.0200.320.6764.4419.1527.65
Hex52543920204340131c
Octal1221247120401031002334
Binary10100101010100111001100100000100001110000001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525439; }

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

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

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

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

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

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

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

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