#534454

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

Shades of Bossanova #534454

Tints of Bossanova #534454

Color information

#534454 (or 0x534454) is unknown color: approx Bossanova. HEX triplet: 53, 44 and 54. RGB value is (83,68,84). Sum of RGB (Red+Green+Blue) = 83+68+84=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 84 - color contains mainly: blue. Hex color #534454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534454 is #ACBBAB. Grayscale: #4A4A4A. Windows color (decimal): -11320236 or 5522515. OLE color: 5522515.

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

Color convert

RGB836884-
CMYK0.010.1900.67
HSL296.25º10.53%29.8%-
HSV(B)296.25º19.05%32.94%-
XYZ7.236.619.28-
YUV74.31133.47134.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.32%
GREEN value IS 68 (26.95% from 255) = 28.94%
BLUE value IS 84 (33.20% from 255) = 35.74%
R=35.32%
G=28.94%
B=35.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8368840.010.1900.67296.2510.5329.8
Hex534454113043128b1e
Octal12310412412301034501336
Binary10100111000100101010011001101000011100101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534454; }

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

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

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

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

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

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

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

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