Html Css Color HEX #584959 Bossanova

📋 copy color: '#584959'

red 88 ◦ green 73 ◦ blue 89

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

Shades of Bossanova #584959

Tints of Bossanova #584959

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.2%

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

R = 35.2%
G = 29.2%
B = 35.6%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#584959 (or 0x584959) is known color: Bossanova. HEX triplet: 58, 49 and 59. RGB value is (88,73,89). Sum of RGB (Red+Green+Blue) = 88+73+89=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 89 - color contains mainly: blue. Hex color #584959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584959 is #A7B6A6. Grayscale: #4F4F4F. Windows color (decimal): -10991271 or 5851480. OLE color: 5851480.

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

Color convert

RGB 88 73 89 -
CMYK 0.01 0.18 0 0.65
HSL 296.25º 0.1% 0.32% -
HSV(B) 296.25º 0.18% 0.35% -
XYZ 8.21 7.56 10.48 -
YUV 79.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 88 73 89 0.01 0.18 0 0.65 296.25 0.1 0.32
Hex 58 49 59 1 12 0 41 128 A 20
Octal 130 111 131 1 22 0 101 450 12 40
Binary 1011000 1001001 1011001 1 10010 0 1000001 100101000 1010 100000

Color Harmonies of #584959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584959

Black with #584959

Text Example


Text Example

White with #584959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584959; }

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

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

background-color css

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

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

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

border-color css

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

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

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