#535540

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

Shades of Kelp #535540

Tints of Kelp #535540

Color information

#535540 (or 0x535540) is unknown color: approx Kelp. HEX triplet: 53, 55 and 40. RGB value is (83,85,64). Sum of RGB (Red+Green+Blue) = 83+85+64=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 85 - color contains mainly: green. Hex color #535540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535540 is #ACAABF. Grayscale: #525252. Windows color (decimal): -11315904 or 4216147. OLE color: 4216147.

HSL color Cylindrical-coordinate representation of color #535540: hue angle of 65.71º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #535540 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB838564-
CMYK0.0200.250.67
HSL65.71º14.09%29.22%-
HSV(B)65.71º24.71%33.33%-
XYZ7.748.716.12-
YUV82.01117.84128.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.78%
GREEN value IS 85 (33.59% from 255) = 36.64%
BLUE value IS 64 (25.39% from 255) = 27.59%
R=35.78%
G=36.64%
B=27.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8385640.0200.250.6765.7114.0929.22
Hex53554020194342e1d
Octal12312510020311031021635
Binary1010011101010110000001001100110000111000010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535540; }

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

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

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

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

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

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

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

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