#584859

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

Shades of Bossanova #584859

Tints of Bossanova #584859

Color information

#584859 (or 0x584859) is unknown color: approx Bossanova. HEX triplet: 58, 48 and 59. RGB value is (88,72,89). Sum of RGB (Red+Green+Blue) = 88+72+89=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 89 - color contains mainly: blue. Hex color #584859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584859 is #A7B7A6. Grayscale: #4E4E4E. Windows color (decimal): -10991527 or 5851224. OLE color: 5851224.

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

Color convert

RGB887289-
CMYK0.010.1900.65
HSL296.47º10.56%31.57%-
HSV(B)296.47º19.1%34.9%-
XYZ8.157.4310.46-
YUV78.72133.8134.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.34%
GREEN value IS 72 (28.52% from 255) = 28.92%
BLUE value IS 89 (35.16% from 255) = 35.74%
R=35.34%
G=28.92%
B=35.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8872890.010.1900.65296.4710.5631.57
Hex584859113041128b20
Octal13011013112301014501340
Binary101100010010001011001110011010000011001010001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584859; }

 p { color: rgb(88,72,89); }

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

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

 a { background-color: rgb(88,72,89); }

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

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

 span { border-color: rgb(88,72,89); }

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