#534657

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

Shades of Bossanova #534657

Tints of Bossanova #534657

Color information

#534657 (or 0x534657) is unknown color: approx Bossanova. HEX triplet: 53, 46 and 57. RGB value is (83,70,87). Sum of RGB (Red+Green+Blue) = 83+70+87=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 87 - color contains mainly: blue. Hex color #534657 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534657 is #ACB9A8. Grayscale: #4B4B4B. Windows color (decimal): -11319721 or 5719635. OLE color: 5719635.

HSL color Cylindrical-coordinate representation of color #534657: hue angle of 285.88º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #534657 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB837087-
CMYK0.050.2000.66
HSL285.88º10.83%30.78%-
HSV(B)285.88º19.54%34.12%-
XYZ7.486.919.96-
YUV75.82134.31133.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.58%
GREEN value IS 70 (27.73% from 255) = 29.17%
BLUE value IS 87 (34.38% from 255) = 36.25%
R=34.58%
G=29.17%
B=36.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8370870.050.2000.66285.8810.8330.78
Hex53465751404211eb1f
Octal12310612752401024361337
Binary1010011100011010101111011010001000010100011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534657; }

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

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

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

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

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

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

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

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