#54405B

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

Shades of Bossanova #54405B

Tints of Bossanova #54405B

Color information

#54405B (or 0x54405B) is unknown color: approx Bossanova. HEX triplet: 54, 40 and 5B. RGB value is (84,64,91). Sum of RGB (Red+Green+Blue) = 84+64+91=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 91 - color contains mainly: blue. Hex color #54405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54405B is #ABBFA4. Grayscale: #484848. Windows color (decimal): -11255717 or 5980244. OLE color: 5980244.

HSL color Cylindrical-coordinate representation of color #54405B: hue angle of 284.44º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #54405B is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB846491-
CMYK0.080.3000.64
HSL284.44º17.42%30.39%-
HSV(B)284.44º29.67%35.69%-
XYZ7.386.3110.73-
YUV73.06138.13135.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.15%
GREEN value IS 64 (25.39% from 255) = 26.78%
BLUE value IS 91 (35.94% from 255) = 38.08%
R=35.15%
G=26.78%
B=38.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8464910.080.3000.64284.4417.4230.39
Hex54405B81E04011c111e
Octal124100133103601004342136
Binary101010010000001011011100011110010000001000111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54405B; }

 p { color: rgb(84,64,91); }

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

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

 a { background-color: rgb(84,64,91); }

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

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

 span { border-color: rgb(84,64,91); }

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