#584359

Color #584359 Bossanova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bossanova #584359

Tints of Bossanova #584359

Color information

#584359 (or 0x584359) is unknown color: approx 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

RGB886789-
CMYK0.010.2500.65
HSL297.27º14.1%30.59%-
HSV(B)297.27º24.72%34.9%-
XYZ7.836.8110.35-
YUV75.79135.46136.71-

RGB Variations

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

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 (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8867890.010.2500.65297.2714.130.59
Hex584359119041129e1f
Octal13010313113101014511637
Binary10110001000011101100111100101000001100101001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>