#58455B

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

Shades of Bossanova #58455B

Tints of Bossanova #58455B

Color information

#58455B (or 0x58455B) is unknown color: approx Bossanova. HEX triplet: 58, 45 and 5B. RGB value is (88,69,91). Sum of RGB (Red+Green+Blue) = 88+69+91=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 91 - color contains mainly: blue. Hex color #58455B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58455B is #A7BAA4. Grayscale: #4D4D4D. Windows color (decimal): -10992293 or 5981528. OLE color: 5981528.

HSL color Cylindrical-coordinate representation of color #58455B: hue angle of 291.82º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #58455B is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB886991-
CMYK0.030.2400.64
HSL291.82º13.75%31.37%-
HSV(B)291.82º24.18%35.69%-
XYZ8.047.0910.84-
YUV77.19135.79135.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.48%
GREEN value IS 69 (27.34% from 255) = 27.82%
BLUE value IS 91 (35.94% from 255) = 36.69%
R=35.48%
G=27.82%
B=36.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8869910.030.2400.64291.8213.7531.37
Hex58455B318040124e1f
Octal13010513333001004441637
Binary101100010001011011011111100001000000100100100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58455B; }

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

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

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

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

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

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

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

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