#534A57

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

Shades of Bossanova #534A57

Tints of Bossanova #534A57

Color information

#534A57 (or 0x534A57) is unknown color: approx Bossanova. HEX triplet: 53, 4A and 57. RGB value is (83,74,87). Sum of RGB (Red+Green+Blue) = 83+74+87=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 87 (34.38% from 255 or 35.66% from 244); Max value from RGB is 87 - color contains mainly: blue. Hex color #534A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534A57 is #ACB5A8. Grayscale: #4E4E4E. Windows color (decimal): -11318697 or 5720659. OLE color: 5720659.

HSL color Cylindrical-coordinate representation of color #534A57: hue angle of 281.54º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #534A57 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB837487-
CMYK0.050.1500.66
HSL281.54º8.07%31.57%-
HSV(B)281.54º14.94%34.12%-
XYZ7.747.4210.04-
YUV78.17132.98131.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.02%
GREEN value IS 74 (29.30% from 255) = 30.33%
BLUE value IS 87 (34.38% from 255) = 35.66%
R=34.02%
G=30.33%
B=35.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8374870.050.1500.66281.548.0731.57
Hex534A575F04211a820
Octal12311212751701024321040
Binary1010011100101010101111011111010000101000110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534A57; }

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

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

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

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

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

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

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

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