#58445D

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

Shades of Bossanova #58445D

Tints of Bossanova #58445D

Color information

#58445D (or 0x58445D) is unknown color: approx Bossanova. HEX triplet: 58, 44 and 5D. RGB value is (88,68,93). Sum of RGB (Red+Green+Blue) = 88+68+93=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 93 - color contains mainly: blue. Hex color #58445D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58445D is #A7BBA2. Grayscale: #4C4C4C. Windows color (decimal): -10992547 or 6112344. OLE color: 6112344.

HSL color Cylindrical-coordinate representation of color #58445D: hue angle of 288º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #58445D is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB886893-
CMYK0.050.2700.64
HSL288º15.53%31.57%-
HSV(B)288º26.88%36.47%-
XYZ8.07711.28-
YUV76.83137.13135.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.34%
GREEN value IS 68 (26.95% from 255) = 27.31%
BLUE value IS 93 (36.72% from 255) = 37.35%
R=35.34%
G=27.31%
B=37.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8868930.050.2700.6428815.5331.57
Hex58445D51B0401201020
Octal13010413553301004402040
Binary101100010001001011101101110110100000010010000010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58445D; }

 p { color: rgb(88,68,93); }

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

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

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

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

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

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

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