#53583B

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

Shades of Kelp #53583B

Tints of Kelp #53583B

Color information

#53583B (or 0x53583B) is unknown color: approx Kelp. HEX triplet: 53, 58 and 3B. RGB value is (83,88,59). Sum of RGB (Red+Green+Blue) = 83+88+59=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 88 - color contains mainly: green. Hex color #53583B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53583B is #ACA7C4. Grayscale: #535353. Windows color (decimal): -11315141 or 3889235. OLE color: 3889235.

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

Color convert

RGB838859-
CMYK0.0600.330.65
HSL70.34º19.73%28.82%-
HSV(B)70.34º32.95%34.51%-
XYZ7.859.135.49-
YUV83.2114.34127.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.09%
GREEN value IS 88 (34.77% from 255) = 38.26%
BLUE value IS 59 (23.44% from 255) = 25.65%
R=36.09%
G=38.26%
B=25.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8388590.0600.330.6570.3419.7328.82
Hex53583B60214146141d
Octal1231307360411011062435
Binary101001110110001110111100100001100000110001101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53583B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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