Html Css Color HEX #584259 Bossanova

📋 copy color: '#584259'

red 88 ◦ green 66 ◦ blue 89

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

Shades of Bossanova #584259

Tints of Bossanova #584259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.16%

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

R = 36.21%
G = 27.16%
B = 36.63%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#584259 (or 0x584259) is known color: Bossanova. HEX triplet: 58, 42 and 59. RGB value is (88,66,89). Sum of RGB (Red+Green+Blue) = 88+66+89=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 89 - color contains mainly: blue. Hex color #584259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584259 is #A7BDA6. Grayscale: #4B4B4B. Windows color (decimal): -10993063 or 5849688. OLE color: 5849688.

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

Color convert

RGB 88 66 89 -
CMYK 0.01 0.26 0 0.65
HSL 297.39º 0.15% 0.3% -
HSV(B) 297.39º 0.26% 0.35% -
XYZ 7.78 6.69 10.33 -
YUV 75.2 135.79 137.13 -
System Red Green Blue C M Y K H S L
Decimal 88 66 89 0.01 0.26 0 0.65 297.39 0.15 0.3
Hex 58 42 59 1 1A 0 41 129 F 1E
Octal 130 102 131 1 32 0 101 451 17 36
Binary 1011000 1000010 1011001 1 11010 0 1000001 100101001 1111 11110

Color Harmonies of #584259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584259

Black with #584259

Text Example


Text Example

White with #584259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584259; }

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

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

background-color css

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

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

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

border-color css

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

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

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