#58455A

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

Shades of Bossanova #58455A

Tints of Bossanova #58455A

Color information

#58455A (or 0x58455A) is unknown color: approx Bossanova. HEX triplet: 58, 45 and 5A. RGB value is (88,69,90). Sum of RGB (Red+Green+Blue) = 88+69+90=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 90 - color contains mainly: blue. Hex color #58455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58455A is #A7BAA5. Grayscale: #4D4D4D. Windows color (decimal): -10992294 or 5915992. OLE color: 5915992.

HSL color Cylindrical-coordinate representation of color #58455A: hue angle of 294.29º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #58455A is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB886990-
CMYK0.020.2300.65
HSL294.29º13.21%31.18%-
HSV(B)294.29º23.33%35.29%-
XYZ87.0710.62-
YUV77.08135.29135.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.63%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 90 (35.55% from 255) = 36.44%
R=35.63%
G=27.94%
B=36.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8869900.020.2300.65294.2913.2131.18
Hex58455A217041126d1f
Octal13010513222701014461537
Binary101100010001011011010101011101000001100100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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