Html Css Color HEX #584859 Bossanova

📋 copy color: '#584859'

red 88 ◦ green 72 ◦ blue 89

#584859
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bossanova #584859

Tints of Bossanova #584859

RGB

 RED value IS 88 (34.77% from 255) = 35.34%

 GREEN value IS 72 (28.52% from 255) = 28.92%

 BLUE value IS 89 (35.16% from 255) = 35.74%

R = 35.34%
G = 28.92%
B = 35.74%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#584859 (or 0x584859) is known color: Bossanova. HEX triplet: 58, 48 and 59. RGB value is (88,72,89). Sum of RGB (Red+Green+Blue) = 88+72+89=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 89 - color contains mainly: blue. Hex color #584859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584859 is #A7B7A6. Grayscale: #4E4E4E. Windows color (decimal): -10991527 or 5851224. OLE color: 5851224.

HSL color Cylindrical-coordinate representation of color #584859: hue angle of 296.47º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #584859 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 72 89 -
CMYK 0.01 0.19 0 0.65
HSL 296.47º 0.11% 0.32% -
HSV(B) 296.47º 0.19% 0.35% -
XYZ 8.15 7.43 10.46 -
YUV 78.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 88 72 89 0.01 0.19 0 0.65 296.47 0.11 0.32
Hex 58 48 59 1 13 0 41 128 B 20
Octal 130 110 131 1 23 0 101 450 13 40
Binary 1011000 1001000 1011001 1 10011 0 1000001 100101000 1011 100000

Color Harmonies of #584859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584859

Black with #584859

Text Example


Text Example

White with #584859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584859; }

 p { color: rgb(88,72,89); }

 H1.HeaderClassName
 {
   color: #584859;
 }
 .AnyTagClassName
 {
   color: #584859;
 }
</style>

background-color css

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

 a { background-color: rgb(88,72,89); }

 div.DivClassName
 {
   background-color: #584859;
 }
 .BgClassName
 {
   background-color: #584859;
 }
</style>

border-color css

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

 span { border-color: rgb(88,72,89); }

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