Html Css Color HEX #584359 Bossanova

📋 copy color: '#584359'

red 88 ◦ green 67 ◦ blue 89

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

Shades of Bossanova #584359

Tints of Bossanova #584359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.46%

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

R = 36.07%
G = 27.46%
B = 36.48%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#584359 (or 0x584359) is known color: Bossanova. HEX triplet: 58, 43 and 59. RGB value is (88,67,89). Sum of RGB (Red+Green+Blue) = 88+67+89=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 89 - color contains mainly: blue. Hex color #584359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584359 is #A7BCA6. Grayscale: #4B4B4B. Windows color (decimal): -10992807 or 5849944. OLE color: 5849944.

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

Color convert

RGB 88 67 89 -
CMYK 0.01 0.25 0 0.65
HSL 297.27º 0.14% 0.31% -
HSV(B) 297.27º 0.25% 0.35% -
XYZ 7.83 6.81 10.35 -
YUV 75.79 135.46 136.71 -
System Red Green Blue C M Y K H S L
Decimal 88 67 89 0.01 0.25 0 0.65 297.27 0.14 0.31
Hex 58 43 59 1 19 0 41 129 E 1F
Octal 130 103 131 1 31 0 101 451 16 37
Binary 1011000 1000011 1011001 1 11001 0 1000001 100101001 1110 11111

Color Harmonies of #584359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584359

Black with #584359

Text Example


Text Example

White with #584359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584359; }

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

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

background-color css

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

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

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

border-color css

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

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

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