#554358

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

Shades of Bossanova #554358

Tints of Bossanova #554358

Color information

#554358 (or 0x554358) is unknown color: approx Bossanova. HEX triplet: 55, 43 and 58. RGB value is (85,67,88). Sum of RGB (Red+Green+Blue) = 85+67+88=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 88 - color contains mainly: blue. Hex color #554358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554358 is #AABCA7. Grayscale: #4A4A4A. Windows color (decimal): -11189416 or 5784405. OLE color: 5784405.

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

Color convert

RGB856788-
CMYK0.030.2400.65
HSL291.43º13.55%30.39%-
HSV(B)291.43º23.86%34.51%-
XYZ7.516.6510.12-
YUV74.78135.46135.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.42%
GREEN value IS 67 (26.56% from 255) = 27.92%
BLUE value IS 88 (34.77% from 255) = 36.67%
R=35.42%
G=27.92%
B=36.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8567880.030.2400.65291.4313.5530.39
Hex554358318041123e1e
Octal12510313033001014431636
Binary101010110000111011000111100001000001100100011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554358; }

 p { color: rgb(85,67,88); }

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

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

 a { background-color: rgb(85,67,88); }

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

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

 span { border-color: rgb(85,67,88); }

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