#554259

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

Shades of Bossanova #554259

Tints of Bossanova #554259

Color information

#554259 (or 0x554259) is unknown color: approx Bossanova. HEX triplet: 55, 42 and 59. RGB value is (85,66,89). Sum of RGB (Red+Green+Blue) = 85+66+89=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 89 - color contains mainly: blue. Hex color #554259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554259 is #AABDA6. Grayscale: #4A4A4A. Windows color (decimal): -11189671 or 5849685. OLE color: 5849685.

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

Color convert

RGB856689-
CMYK0.040.2600.65
HSL289.57º14.84%30.39%-
HSV(B)289.57º25.84%34.9%-
XYZ7.56.5510.32-
YUV74.3136.29135.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.42%
GREEN value IS 66 (26.17% from 255) = 27.5%
BLUE value IS 89 (35.16% from 255) = 37.08%
R=35.42%
G=27.5%
B=37.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8566890.040.2600.65289.5714.8430.39
Hex55425941A041122f1e
Octal12510213143201014421736
Binary1010101100001010110011001101001000001100100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554259; }

 p { color: rgb(85,66,89); }

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

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

 a { background-color: rgb(85,66,89); }

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

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

 span { border-color: rgb(85,66,89); }

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