#53563A

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

Shades of Kelp #53563A

Tints of Kelp #53563A

Color information

#53563A (or 0x53563A) is unknown color: approx Kelp. HEX triplet: 53, 56 and 3A. RGB value is (83,86,58). Sum of RGB (Red+Green+Blue) = 83+86+58=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 86 - color contains mainly: green. Hex color #53563A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53563A is #ACA9C5. Grayscale: #525252. Windows color (decimal): -11315654 or 3823187. OLE color: 3823187.

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

Color convert

RGB838658-
CMYK0.0300.330.66
HSL66.43º19.44%28.24%-
HSV(B)66.43º32.56%33.73%-
XYZ7.668.85.3-
YUV81.91114.51128.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.56%
GREEN value IS 86 (33.98% from 255) = 37.89%
BLUE value IS 58 (23.05% from 255) = 25.55%
R=36.56%
G=37.89%
B=25.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8386580.0300.330.6666.4319.4428.24
Hex53563A30214242131c
Octal1231267230411021022334
Binary10100111010110111010110100001100001010000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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