#534659

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

Shades of Bossanova #534659

Tints of Bossanova #534659

Color information

#534659 (or 0x534659) is unknown color: approx Bossanova. HEX triplet: 53, 46 and 59. RGB value is (83,70,89). Sum of RGB (Red+Green+Blue) = 83+70+89=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 89 - color contains mainly: blue. Hex color #534659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534659 is #ACB9A6. Grayscale: #4B4B4B. Windows color (decimal): -11319719 or 5850707. OLE color: 5850707.

HSL color Cylindrical-coordinate representation of color #534659: hue angle of 281.05º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #534659 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB837089-
CMYK0.070.2100.65
HSL281.05º11.95%31.18%-
HSV(B)281.05º21.35%34.9%-
XYZ7.566.9410.39-
YUV76.05135.31132.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.30%
GREEN value IS 70 (27.73% from 255) = 28.93%
BLUE value IS 89 (35.16% from 255) = 36.78%
R=34.30%
G=28.93%
B=36.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8370890.070.2100.65281.0511.9531.18
Hex534659715041119c1f
Octal12310613172501014311437
Binary1010011100011010110011111010101000001100011001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534659; }

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

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

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

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

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

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

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

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