#53593B

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

Shades of Kelp #53593B

Tints of Kelp #53593B

Color information

#53593B (or 0x53593B) is unknown color: approx Kelp. HEX triplet: 53, 59 and 3B. RGB value is (83,89,59). Sum of RGB (Red+Green+Blue) = 83+89+59=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 89 - color contains mainly: green. Hex color #53593B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53593B is #ACA6C4. Grayscale: #535353. Windows color (decimal): -11314885 or 3889491. OLE color: 3889491.

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

Color convert

RGB838959-
CMYK0.0700.340.65
HSL72º20.27%29.02%-
HSV(B)72º33.71%34.9%-
XYZ7.939.35.51-
YUV83.79114.01127.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.93%
GREEN value IS 89 (35.16% from 255) = 38.53%
BLUE value IS 59 (23.44% from 255) = 25.54%
R=35.93%
G=38.53%
B=25.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8389590.0700.340.657220.2729.02
Hex53593B70224148141d
Octal1231317370421011102435
Binary101001110110011110111110100010100000110010001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53593B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,89,59); }

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

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

 a { background-color: rgb(83,89,59); }

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

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

 span { border-color: rgb(83,89,59); }

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