Html Css Color HEX #574559 Bossanova

📋 copy color: '#574559'

red 87 ◦ green 69 ◦ blue 89

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

Shades of Bossanova #574559

Tints of Bossanova #574559

RGB

 RED value IS 87 (34.38% from 255) = 35.51%

 GREEN value IS 69 (27.34% from 255) = 28.16%

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

R = 35.51%
G = 28.16%
B = 36.33%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#574559 (or 0x574559) is known color: Bossanova. HEX triplet: 57, 45 and 59. RGB value is (87,69,89). Sum of RGB (Red+Green+Blue) = 87+69+89=245 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.51% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 89 - color contains mainly: blue. Hex color #574559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574559 is #A8BAA6. Grayscale: #4C4C4C. Windows color (decimal): -11057831 or 5850455. OLE color: 5850455.

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

Color convert

RGB 87 69 89 -
CMYK 0.02 0.22 0 0.65
HSL 294º 0.13% 0.31% -
HSV(B) 294º 0.22% 0.35% -
XYZ 7.86 7 10.39 -
YUV 76.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 87 69 89 0.02 0.22 0 0.65 294 0.13 0.31
Hex 57 45 59 2 16 0 41 126 D 1F
Octal 127 105 131 2 26 0 101 446 15 37
Binary 1010111 1000101 1011001 10 10110 0 1000001 100100110 1101 11111

Color Harmonies of #574559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574559

Black with #574559

Text Example


Text Example

White with #574559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574559; }

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

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

background-color css

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

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

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

border-color css

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

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

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