#535841

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

Shades of Kelp #535841

Tints of Kelp #535841

Color information

#535841 (or 0x535841) is unknown color: approx Kelp. HEX triplet: 53, 58 and 41. RGB value is (83,88,65). Sum of RGB (Red+Green+Blue) = 83+88+65=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 88 - color contains mainly: green. Hex color #535841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535841 is #ACA7BE. Grayscale: #535353. Windows color (decimal): -11315135 or 4282451. OLE color: 4282451.

HSL color Cylindrical-coordinate representation of color #535841: hue angle of 73.04º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #535841 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB838865-
CMYK0.0600.260.65
HSL73.04º15.03%30%-
HSV(B)73.04º26.14%34.51%-
XYZ8.019.26.35-
YUV83.88117.34127.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.17%
GREEN value IS 88 (34.77% from 255) = 37.29%
BLUE value IS 65 (25.78% from 255) = 27.54%
R=35.17%
G=37.29%
B=27.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8388650.0600.260.6573.0415.0330
Hex535841601A4149f1e
Octal12313010160321011111736
Binary10100111011000100000111001101010000011001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535841; }

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

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

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

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

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

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

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

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