#584158

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

Shades of Bossanova #584158

Tints of Bossanova #584158

Color information

#584158 (or 0x584158) is unknown color: approx Bossanova. HEX triplet: 58, 41 and 58. RGB value is (88,65,88). Sum of RGB (Red+Green+Blue) = 88+65+88=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #584158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584158 is #A7BEA7. Grayscale: #4A4A4A. Windows color (decimal): -10993320 or 5783896. OLE color: 5783896.

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

Color convert

RGB886588-
CMYK00.2600.65
HSL300º15.03%30%-
HSV(B)300º26.14%34.51%-
XYZ7.686.5610.09-
YUV74.5135.62137.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.51%
GREEN value IS 65 (25.78% from 255) = 26.97%
BLUE value IS 88 (34.77% from 255) = 36.51%
R=36.51%
G=26.97%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88658800.2600.6530015.0330
Hex58415801A04112cf1e
Octal13010113003201014541736
Binary10110001000001101100001101001000001100101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584158; }

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

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

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

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

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

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

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

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