#53553A

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

Shades of Kelp #53553A

Tints of Kelp #53553A

Color information

#53553A (or 0x53553A) is unknown color: approx Kelp. HEX triplet: 53, 55 and 3A. RGB value is (83,85,58). Sum of RGB (Red+Green+Blue) = 83+85+58=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 85 - color contains mainly: green. Hex color #53553A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53553A is #ACAAC5. Grayscale: #515151. Windows color (decimal): -11315910 or 3822931. OLE color: 3822931.

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

Color convert

RGB838558-
CMYK0.0200.320.67
HSL64.44º18.88%28.04%-
HSV(B)64.44º31.76%33.33%-
XYZ7.588.645.27-
YUV81.32114.84129.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.73%
GREEN value IS 85 (33.59% from 255) = 37.61%
BLUE value IS 58 (23.05% from 255) = 25.66%
R=36.73%
G=37.61%
B=25.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8385580.0200.320.6764.4418.8828.04
Hex53553A20204340131c
Octal1231257220401031002334
Binary10100111010101111010100100000100001110000001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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