#535640

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

Shades of Kelp #535640

Tints of Kelp #535640

Color information

#535640 (or 0x535640) is unknown color: approx Kelp. HEX triplet: 53, 56 and 40. RGB value is (83,86,64). Sum of RGB (Red+Green+Blue) = 83+86+64=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 86 - color contains mainly: green. Hex color #535640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535640 is #ACA9BF. Grayscale: #525252. Windows color (decimal): -11315648 or 4216403. OLE color: 4216403.

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

Color convert

RGB838664-
CMYK0.0300.260.66
HSL68.18º14.67%29.41%-
HSV(B)68.18º25.58%33.73%-
XYZ7.828.866.15-
YUV82.6117.51128.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.62%
GREEN value IS 86 (33.98% from 255) = 36.91%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=35.62%
G=36.91%
B=27.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8386640.0300.260.6668.1814.6729.41
Hex535640301A4244f1d
Octal12312610030321021041735
Binary1010011101011010000001101101010000101000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535640; }

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

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

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

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

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

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

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

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