#58405D

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

Shades of Bossanova #58405D

Tints of Bossanova #58405D

Color information

#58405D (or 0x58405D) is unknown color: approx Bossanova. HEX triplet: 58, 40 and 5D. RGB value is (88,64,93). Sum of RGB (Red+Green+Blue) = 88+64+93=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 93 - color contains mainly: blue. Hex color #58405D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58405D is #A7BFA2. Grayscale: #4A4A4A. Windows color (decimal): -10993571 or 6111320. OLE color: 6111320.

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

Color convert

RGB886493-
CMYK0.050.3100.64
HSL289.66º18.47%30.78%-
HSV(B)289.66º31.18%36.47%-
XYZ7.836.5311.2-
YUV74.48138.45137.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.92%
GREEN value IS 64 (25.39% from 255) = 26.12%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=35.92%
G=26.12%
B=37.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8864930.050.3100.64289.6618.4730.78
Hex58405D51F040122121f
Octal13010013553701004422237
Binary10110001000000101110110111111010000001001000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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