#53553B

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

Shades of Kelp #53553B

Tints of Kelp #53553B

Color information

#53553B (or 0x53553B) is unknown color: approx Kelp. HEX triplet: 53, 55 and 3B. RGB value is (83,85,59). Sum of RGB (Red+Green+Blue) = 83+85+59=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 85 - color contains mainly: green. Hex color #53553B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53553B is #ACAAC4. Grayscale: #515151. Windows color (decimal): -11315909 or 3888467. OLE color: 3888467.

HSL color Cylindrical-coordinate representation of color #53553B: hue angle of 64.62º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #53553B is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB838559-
CMYK0.0200.310.67
HSL64.62º18.06%28.24%-
HSV(B)64.62º30.59%33.33%-
XYZ7.618.655.41-
YUV81.44115.34129.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.56%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 59 (23.44% from 255) = 25.99%
R=36.56%
G=37.44%
B=25.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8385590.0200.310.6764.6218.0628.24
Hex53553B201F4341121c
Octal1231257320371031012234
Binary1010011101010111101110011111100001110000011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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