#535646

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

Shades of Kelp #535646

Tints of Kelp #535646

Color information

#535646 (or 0x535646) is unknown color: approx Kelp. HEX triplet: 53, 56 and 46. RGB value is (83,86,70). Sum of RGB (Red+Green+Blue) = 83+86+70=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 86 - color contains mainly: green. Hex color #535646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535646 is #ACA9B9. Grayscale: #535353. Windows color (decimal): -11315642 or 4609619. OLE color: 4609619.

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

Color convert

RGB838670-
CMYK0.0300.190.66
HSL71.25º10.26%30.59%-
HSV(B)71.25º18.6%33.73%-
XYZ88.947.1-
YUV83.28120.51127.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.73%
GREEN value IS 86 (33.98% from 255) = 35.98%
BLUE value IS 70 (27.73% from 255) = 29.29%
R=34.73%
G=35.98%
B=29.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8386700.0300.190.6671.2510.2630.59
Hex53564630134247a1f
Octal12312610630231021071237
Binary1010011101011010001101101001110000101000111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535646; }

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

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

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

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

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

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

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

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