#534354

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

Shades of Bossanova #534354

Tints of Bossanova #534354

Color information

#534354 (or 0x534354) is unknown color: approx Bossanova. HEX triplet: 53, 43 and 54. RGB value is (83,67,84). Sum of RGB (Red+Green+Blue) = 83+67+84=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 84 - color contains mainly: blue. Hex color #534354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534354 is #ACBCAB. Grayscale: #494949. Windows color (decimal): -11320492 or 5522259. OLE color: 5522259.

HSL color Cylindrical-coordinate representation of color #534354: hue angle of 296.47º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #534354 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB836784-
CMYK0.010.2000.67
HSL296.47º11.26%29.61%-
HSV(B)296.47º20.24%32.94%-
XYZ7.176.499.26-
YUV73.72133.8134.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.47%
GREEN value IS 67 (26.56% from 255) = 28.63%
BLUE value IS 84 (33.20% from 255) = 35.90%
R=35.47%
G=28.63%
B=35.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8367840.010.2000.67296.4711.2629.61
Hex534354114043128b1e
Octal12310312412401034501336
Binary10100111000011101010011010001000011100101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534354; }

 p { color: rgb(83,67,84); }

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

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

 a { background-color: rgb(83,67,84); }

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

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

 span { border-color: rgb(83,67,84); }

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