#534057

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

Shades of Bossanova #534057

Tints of Bossanova #534057

Color information

#534057 (or 0x534057) is unknown color: approx Bossanova. HEX triplet: 53, 40 and 57. RGB value is (83,64,87). Sum of RGB (Red+Green+Blue) = 83+64+87=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 87 - color contains mainly: blue. Hex color #534057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534057 is #ACBFA8. Grayscale: #484848. Windows color (decimal): -11321257 or 5718099. OLE color: 5718099.

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

Color convert

RGB836487-
CMYK0.050.2600.66
HSL289.57º15.23%29.61%-
HSV(B)289.57º26.44%34.12%-
XYZ7.126.199.84-
YUV72.3136.29135.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.47%
GREEN value IS 64 (25.39% from 255) = 27.35%
BLUE value IS 87 (34.38% from 255) = 37.18%
R=35.47%
G=27.35%
B=37.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8364870.050.2600.66289.5715.2329.61
Hex53405751A042122f1e
Octal12310012753201024421736
Binary1010011100000010101111011101001000010100100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534057; }

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

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

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

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

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

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

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

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