#584059

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

Shades of Bossanova #584059

Tints of Bossanova #584059

Color information

#584059 (or 0x584059) is unknown color: approx Bossanova. HEX triplet: 58, 40 and 59. RGB value is (88,64,89). Sum of RGB (Red+Green+Blue) = 88+64+89=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 89 - color contains mainly: blue. Hex color #584059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584059 is #A7BFA6. Grayscale: #494949. Windows color (decimal): -10993575 or 5849176. OLE color: 5849176.

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

Color convert

RGB886489-
CMYK0.010.2800.65
HSL297.6º16.34%30%-
HSV(B)297.6º28.09%34.9%-
XYZ7.666.4610.29-
YUV74.03136.45137.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.51%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 89 (35.16% from 255) = 36.93%
R=36.51%
G=26.56%
B=36.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8864890.010.2800.65297.616.3430
Hex58405911C04112a101e
Octal13010013113401014522036
Binary101100010000001011001111100010000011001010101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584059; }

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

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

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

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

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

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

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

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