#52553C

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

Shades of Kelp #52553C

Tints of Kelp #52553C

Color information

#52553C (or 0x52553C) is unknown color: approx Kelp. HEX triplet: 52, 55 and 3C. RGB value is (82,85,60). Sum of RGB (Red+Green+Blue) = 82+85+60=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 85 - color contains mainly: green. Hex color #52553C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52553C is #ADAAC3. Grayscale: #515151. Windows color (decimal): -11381444 or 3954002. OLE color: 3954002.

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

Color convert

RGB828560-
CMYK0.0400.290.67
HSL67.2º17.24%28.43%-
HSV(B)67.2º29.41%33.33%-
XYZ7.548.625.54-
YUV81.25116.01128.53-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.12%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 60 (23.83% from 255) = 26.43%
R=36.12%
G=37.44%
B=26.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8285600.0400.290.6767.217.2428.43
Hex52553C401D4343111c
Octal1221257440351031032134
Binary10100101010101111100100011101100001110000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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