#584259

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

Shades of Bossanova #584259

Tints of Bossanova #584259

Color information

#584259 (or 0x584259) is unknown color: approx Bossanova. HEX triplet: 58, 42 and 59. RGB value is (88,66,89). Sum of RGB (Red+Green+Blue) = 88+66+89=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 89 - color contains mainly: blue. Hex color #584259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584259 is #A7BDA6. Grayscale: #4B4B4B. Windows color (decimal): -10993063 or 5849688. OLE color: 5849688.

HSL color Cylindrical-coordinate representation of color #584259: hue angle of 297.39º 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 #584259 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB886689-
CMYK0.010.2600.65
HSL297.39º14.84%30.39%-
HSV(B)297.39º25.84%34.9%-
XYZ7.786.6910.33-
YUV75.2135.79137.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.21%
GREEN value IS 66 (26.17% from 255) = 27.16%
BLUE value IS 89 (35.16% from 255) = 36.63%
R=36.21%
G=27.16%
B=36.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8866890.010.2600.65297.3914.8430.39
Hex58425911A041129f1e
Octal13010213113201014511736
Binary10110001000010101100111101001000001100101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584259; }

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

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

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

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

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

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

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

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