#574358

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

Shades of Bossanova #574358

Tints of Bossanova #574358

Color information

#574358 (or 0x574358) is unknown color: approx Bossanova. HEX triplet: 57, 43 and 58. RGB value is (87,67,88). Sum of RGB (Red+Green+Blue) = 87+67+88=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 88 - color contains mainly: blue. Hex color #574358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574358 is #A8BCA7. Grayscale: #4B4B4B. Windows color (decimal): -11058344 or 5784407. OLE color: 5784407.

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

Color convert

RGB876788-
CMYK0.010.2400.65
HSL297.14º13.55%30.39%-
HSV(B)297.14º23.86%34.51%-
XYZ7.76.7510.13-
YUV75.37135.13136.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.95%
GREEN value IS 67 (26.56% from 255) = 27.69%
BLUE value IS 88 (34.77% from 255) = 36.36%
R=35.95%
G=27.69%
B=36.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8767880.010.2400.65297.1413.5530.39
Hex574358118041129e1e
Octal12710313013001014511636
Binary10101111000011101100011100001000001100101001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574358; }

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

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

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

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

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

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

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

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