#554758

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

Shades of Bossanova #554758

Tints of Bossanova #554758

Color information

#554758 (or 0x554758) is unknown color: approx Bossanova. HEX triplet: 55, 47 and 58. RGB value is (85,71,88). Sum of RGB (Red+Green+Blue) = 85+71+88=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 88 - color contains mainly: blue. Hex color #554758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554758 is #AAB8A7. Grayscale: #4D4D4D. Windows color (decimal): -11188392 or 5785429. OLE color: 5785429.

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

Color convert

RGB857188-
CMYK0.030.1900.65
HSL289.41º10.69%31.18%-
HSV(B)289.41º19.32%34.51%-
XYZ7.767.1410.2-
YUV77.12134.14133.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.84%
GREEN value IS 71 (28.12% from 255) = 29.10%
BLUE value IS 88 (34.77% from 255) = 36.07%
R=34.84%
G=29.10%
B=36.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8571880.030.1900.65289.4110.6931.18
Hex554758313041121b1f
Octal12510713032301014411337
Binary101010110001111011000111001101000001100100001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554758; }

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

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

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

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

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

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

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

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