#53593D

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

Shades of Kelp #53593D

Tints of Kelp #53593D

Color information

#53593D (or 0x53593D) is unknown color: approx Kelp. HEX triplet: 53, 59 and 3D. RGB value is (83,89,61). Sum of RGB (Red+Green+Blue) = 83+89+61=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 89 - color contains mainly: green. Hex color #53593D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53593D is #ACA6C2. Grayscale: #545454. Windows color (decimal): -11314883 or 4020563. OLE color: 4020563.

HSL color Cylindrical-coordinate representation of color #53593D: 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.31%. Process color model (Four color, CMYK) of #53593D is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB838961-
CMYK0.0700.310.65
HSL72.86º18.67%29.41%-
HSV(B)72.86º31.46%34.9%-
XYZ7.989.325.79-
YUV84.01115.01127.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.62%
GREEN value IS 89 (35.16% from 255) = 38.20%
BLUE value IS 61 (24.22% from 255) = 26.18%
R=35.62%
G=38.20%
B=26.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8389610.0700.310.6572.8618.6729.41
Hex53593D701F4149131d
Octal1231317570371011112335
Binary10100111011001111101111011111100000110010011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53593D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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