#52583C

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

Shades of Kelp #52583C

Tints of Kelp #52583C

Color information

#52583C (or 0x52583C) is unknown color: approx Kelp. HEX triplet: 52, 58 and 3C. RGB value is (82,88,60). Sum of RGB (Red+Green+Blue) = 82+88+60=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 88 - color contains mainly: green. Hex color #52583C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52583C is #ADA7C3. Grayscale: #535353. Windows color (decimal): -11380676 or 3954770. OLE color: 3954770.

HSL color Cylindrical-coordinate representation of color #52583C: hue angle of 72.86º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #52583C is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB828860-
CMYK0.0700.320.65
HSL72.86º18.92%29.02%-
HSV(B)72.86º31.82%34.51%-
XYZ7.799.15.62-
YUV83.01115.01127.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.65%
GREEN value IS 88 (34.77% from 255) = 38.26%
BLUE value IS 60 (23.83% from 255) = 26.09%
R=35.65%
G=38.26%
B=26.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8288600.0700.320.6572.8618.9229.02
Hex52583C70204149131d
Octal1221307470401011112335
Binary101001010110001111001110100000100000110010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52583C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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