#574359

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

Shades of Bossanova #574359

Tints of Bossanova #574359

Color information

#574359 (or 0x574359) is unknown color: approx Bossanova. HEX triplet: 57, 43 and 59. RGB value is (87,67,89). Sum of RGB (Red+Green+Blue) = 87+67+89=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 67 (26.56% from 255 or 27.57% 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 #574359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574359 is #A8BCA6. Grayscale: #4B4B4B. Windows color (decimal): -11058343 or 5849943. OLE color: 5849943.

HSL color Cylindrical-coordinate representation of color #574359: hue angle of 294.55º 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 #574359 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB876789-
CMYK0.020.2500.65
HSL294.55º14.1%30.59%-
HSV(B)294.55º24.72%34.9%-
XYZ7.746.7610.35-
YUV75.49135.63136.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.80%
GREEN value IS 67 (26.56% from 255) = 27.57%
BLUE value IS 89 (35.16% from 255) = 36.63%
R=35.80%
G=27.57%
B=36.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8767890.020.2500.65294.5514.130.59
Hex574359219041127e1f
Octal12710313123101014471637
Binary101011110000111011001101100101000001100100111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574359; }

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

 H1.HeaderClassName
 {
   color: #574359;
 }
 .AnyTagClassName
 {
   color: #574359;
 }
</style>
background-color css

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

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

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

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

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

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