#58415A

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

Shades of Bossanova #58415A

Tints of Bossanova #58415A

Color information

#58415A (or 0x58415A) is unknown color: approx Bossanova. HEX triplet: 58, 41 and 5A. RGB value is (88,65,90). Sum of RGB (Red+Green+Blue) = 88+65+90=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 90 - color contains mainly: blue. Hex color #58415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58415A is #A7BEA5. Grayscale: #4A4A4A. Windows color (decimal): -10993318 or 5914968. OLE color: 5914968.

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

Color convert

RGB886590-
CMYK0.020.2800.65
HSL295.2º16.13%30.39%-
HSV(B)295.2º27.78%35.29%-
XYZ7.766.5910.54-
YUV74.73136.62137.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.21%
GREEN value IS 65 (25.78% from 255) = 26.75%
BLUE value IS 90 (35.55% from 255) = 37.04%
R=36.21%
G=26.75%
B=37.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8865900.020.2800.65295.216.1330.39
Hex58415A21C041127101e
Octal13010113223401014472036
Binary1011000100000110110101011100010000011001001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58415A; }

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

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

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

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

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

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

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

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