#52563F

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

Shades of Kelp #52563F

Tints of Kelp #52563F

Color information

#52563F (or 0x52563F) is unknown color: approx Kelp. HEX triplet: 52, 56 and 3F. RGB value is (82,86,63). Sum of RGB (Red+Green+Blue) = 82+86+63=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 86 - color contains mainly: green. Hex color #52563F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52563F is #ADA9C0. Grayscale: #525252. Windows color (decimal): -11381185 or 4150866. OLE color: 4150866.

HSL color Cylindrical-coordinate representation of color #52563F: hue angle of 70.43º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #52563F is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB828663-
CMYK0.0500.270.66
HSL70.43º15.44%29.22%-
HSV(B)70.43º26.74%33.73%-
XYZ7.78.816-
YUV82.18117.17127.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.50%
GREEN value IS 86 (33.98% from 255) = 37.23%
BLUE value IS 63 (25% from 255) = 27.27%
R=35.50%
G=37.23%
B=27.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8286630.0500.270.6670.4315.4429.22
Hex52563F501B4246f1d
Octal1221267750331021061735
Binary1010010101011011111110101101110000101000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52563F; }

 p { color: rgb(82,86,63); }

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

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

 a { background-color: rgb(82,86,63); }

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

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

 span { border-color: rgb(82,86,63); }

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