#583F5B

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

Shades of Bossanova #583F5B

Tints of Bossanova #583F5B

Color information

#583F5B (or 0x583F5B) is unknown color: approx Bossanova. HEX triplet: 58, 3F and 5B. RGB value is (88,63,91). Sum of RGB (Red+Green+Blue) = 88+63+91=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 91 - color contains mainly: blue. Hex color #583F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583F5B is #A7C0A4. Grayscale: #494949. Windows color (decimal): -10993829 or 5979992. OLE color: 5979992.

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

Color convert

RGB886391-
CMYK0.030.3100.64
HSL293.57º18.18%30.2%-
HSV(B)293.57º30.77%35.69%-
XYZ7.696.3910.72-
YUV73.67137.78138.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.36%
GREEN value IS 63 (25% from 255) = 26.03%
BLUE value IS 91 (35.94% from 255) = 37.60%
R=36.36%
G=26.03%
B=37.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8863910.030.3100.64293.5718.1830.2
Hex583F5B31F040126121e
Octal1307713333701004462236
Binary101100011111110110111111111010000001001001101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583F5B; }

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

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

<style>
 a { background-color: #583F5B; }

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

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

<style>
 span { border-color: #583F5B; }

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

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