#54455A

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

Shades of Bossanova #54455A

Tints of Bossanova #54455A

Color information

#54455A (or 0x54455A) is unknown color: approx Bossanova. HEX triplet: 54, 45 and 5A. RGB value is (84,69,90). Sum of RGB (Red+Green+Blue) = 84+69+90=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 90 - color contains mainly: blue. Hex color #54455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54455A is #ABBAA5. Grayscale: #4B4B4B. Windows color (decimal): -11254438 or 5915988. OLE color: 5915988.

HSL color Cylindrical-coordinate representation of color #54455A: hue angle of 282.86º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #54455A is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB846990-
CMYK0.070.2300.65
HSL282.86º13.21%31.18%-
HSV(B)282.86º23.33%35.29%-
XYZ7.636.8810.6-
YUV75.88135.97133.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.57%
GREEN value IS 69 (27.34% from 255) = 28.40%
BLUE value IS 90 (35.55% from 255) = 37.04%
R=34.57%
G=28.40%
B=37.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8469900.070.2300.65282.8613.2131.18
Hex54455A71704111bd1f
Octal12410513272701014331537
Binary1010100100010110110101111011101000001100011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54455A; }

 p { color: rgb(84,69,90); }

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

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

 a { background-color: rgb(84,69,90); }

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

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

 span { border-color: rgb(84,69,90); }

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