Html Css Color HEX #584A59 Bossanova

📋 copy color: '#584A59'

red 88 ◦ green 74 ◦ blue 89

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

Shades of Bossanova #584A59

Tints of Bossanova #584A59

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.48%

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

R = 35.06%
G = 29.48%
B = 35.46%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#584A59 (or 0x584A59) is known color: Bossanova. HEX triplet: 58, 4A and 59. RGB value is (88,74,89). Sum of RGB (Red+Green+Blue) = 88+74+89=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 74 (29.30% from 255 or 29.48% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 89 - color contains mainly: blue. Hex color #584A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584A59 is #A7B5A6. Grayscale: #4F4F4F. Windows color (decimal): -10991015 or 5851736. OLE color: 5851736.

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

Color convert

RGB 88 74 89 -
CMYK 0.01 0.17 0 0.65
HSL 296º 0.09% 0.32% -
HSV(B) 296º 0.17% 0.35% -
XYZ 8.28 7.69 10.5 -
YUV 79.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 88 74 89 0.01 0.17 0 0.65 296 0.09 0.32
Hex 58 4A 59 1 11 0 41 128 9 20
Octal 130 112 131 1 21 0 101 450 11 40
Binary 1011000 1001010 1011001 1 10001 0 1000001 100101000 1001 100000

Color Harmonies of #584A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A59

Black with #584A59

Text Example


Text Example

White with #584A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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