#584058

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

Shades of Bossanova #584058

Tints of Bossanova #584058

Color information

#584058 (or 0x584058) is unknown color: approx Bossanova. HEX triplet: 58, 40 and 58. RGB value is (88,64,88). Sum of RGB (Red+Green+Blue) = 88+64+88=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #584058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584058 is #A7BFA7. Grayscale: #494949. Windows color (decimal): -10993576 or 5783640. OLE color: 5783640.

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

Color convert

RGB886488-
CMYK00.2700.65
HSL300º15.79%29.8%-
HSV(B)300º27.27%34.51%-
XYZ7.626.4510.08-
YUV73.91135.95138.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.67%
GREEN value IS 64 (25.39% from 255) = 26.67%
BLUE value IS 88 (34.77% from 255) = 36.67%
R=36.67%
G=26.67%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88648800.2700.6530015.7929.8
Hex58405801B04112c101e
Octal13010013003301014542036
Binary101100010000001011000011011010000011001011001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584058; }

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

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

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

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

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

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

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

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