#53583D

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

Shades of Kelp #53583D

Tints of Kelp #53583D

Color information

#53583D (or 0x53583D) is unknown color: approx Kelp. HEX triplet: 53, 58 and 3D. RGB value is (83,88,61). Sum of RGB (Red+Green+Blue) = 83+88+61=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 88 - color contains mainly: green. Hex color #53583D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53583D is #ACA7C2. Grayscale: #535353. Windows color (decimal): -11315139 or 4020307. OLE color: 4020307.

HSL color Cylindrical-coordinate representation of color #53583D: hue angle of 71.11º degrees, saturation: 0.18, 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 #53583D is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB838861-
CMYK0.0600.310.65
HSL71.11º18.12%29.22%-
HSV(B)71.11º30.68%34.51%-
XYZ7.99.165.77-
YUV83.43115.34127.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.78%
GREEN value IS 88 (34.77% from 255) = 37.93%
BLUE value IS 61 (24.22% from 255) = 26.29%
R=35.78%
G=37.93%
B=26.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8388610.0600.310.6571.1118.1229.22
Hex53583D601F4147121d
Octal1231307560371011072235
Binary10100111011000111101110011111100000110001111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53583D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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