#535546

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

Shades of Kelp #535546

Tints of Kelp #535546

Color information

#535546 (or 0x535546) is unknown color: approx Kelp. HEX triplet: 53, 55 and 46. RGB value is (83,85,70). Sum of RGB (Red+Green+Blue) = 83+85+70=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 85 - color contains mainly: green. Hex color #535546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535546 is #ACAAB9. Grayscale: #525252. Windows color (decimal): -11315898 or 4609363. OLE color: 4609363.

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

Color convert

RGB838570-
CMYK0.0200.180.67
HSL68º9.68%30.39%-
HSV(B)68º17.65%33.33%-
XYZ7.928.787.07-
YUV82.69120.84128.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.87%
GREEN value IS 85 (33.59% from 255) = 35.71%
BLUE value IS 70 (27.73% from 255) = 29.41%
R=34.87%
G=35.71%
B=29.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8385700.0200.180.67689.6830.39
Hex53554620124344a1e
Octal12312510620221031041236
Binary1010011101010110001101001001010000111000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535546; }

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

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

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

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

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

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

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

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