#52553B

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

Shades of Kelp #52553B

Tints of Kelp #52553B

Color information

#52553B (or 0x52553B) is unknown color: approx Kelp. HEX triplet: 52, 55 and 3B. RGB value is (82,85,59). Sum of RGB (Red+Green+Blue) = 82+85+59=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 85 - color contains mainly: green. Hex color #52553B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52553B is #ADAAC4. Grayscale: #515151. Windows color (decimal): -11381445 or 3888466. OLE color: 3888466.

HSL color Cylindrical-coordinate representation of color #52553B: hue angle of 66.92º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #52553B is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB828559-
CMYK0.0400.310.67
HSL66.92º18.06%28.24%-
HSV(B)66.92º30.59%33.33%-
XYZ7.528.615.4-
YUV81.14115.51128.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.28%
GREEN value IS 85 (33.59% from 255) = 37.61%
BLUE value IS 59 (23.44% from 255) = 26.11%
R=36.28%
G=37.61%
B=26.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8285590.0400.310.6766.9218.0628.24
Hex52553B401F4343121c
Octal1221257340371031032234
Binary10100101010101111011100011111100001110000111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52553B; }

 p { color: rgb(82,85,59); }

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

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

 a { background-color: rgb(82,85,59); }

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

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

 span { border-color: rgb(82,85,59); }

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