#584558

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

Shades of Bossanova #584558

Tints of Bossanova #584558

Color information

#584558 (or 0x584558) is unknown color: approx Bossanova. HEX triplet: 58, 45 and 58. RGB value is (88,69,88). Sum of RGB (Red+Green+Blue) = 88+69+88=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #584558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584558 is #A7BAA7. Grayscale: #4C4C4C. Windows color (decimal): -10992296 or 5784920. OLE color: 5784920.

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

Color convert

RGB886988-
CMYK00.2200.65
HSL300º12.1%30.78%-
HSV(B)300º21.59%34.51%-
XYZ7.917.0410.17-
YUV76.85134.29135.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.92%
GREEN value IS 69 (27.34% from 255) = 28.16%
BLUE value IS 88 (34.77% from 255) = 35.92%
R=35.92%
G=28.16%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88698800.2200.6530012.130.78
Hex58455801604112cc1f
Octal13010513002601014541437
Binary10110001000101101100001011001000001100101100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584558; }

 p { color: rgb(88,69,88); }

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

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

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

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

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

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

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