Html Css Color HEX #574A59 Bossanova

📋 copy color: '#574A59'

red 87 ◦ green 74 ◦ blue 89

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

Shades of Bossanova #574A59

Tints of Bossanova #574A59

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.6%

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

R = 34.8%
G = 29.6%
B = 35.6%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#574A59 (or 0x574A59) is known color: Bossanova. HEX triplet: 57, 4A and 59. RGB value is (87,74,89). Sum of RGB (Red+Green+Blue) = 87+74+89=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 89 - color contains mainly: blue. Hex color #574A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574A59 is #A8B5A6. Grayscale: #4F4F4F. Windows color (decimal): -11056551 or 5851735. OLE color: 5851735.

HSL color Cylindrical-coordinate representation of color #574A59: hue angle of 292º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #574A59 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 74 89 -
CMYK 0.02 0.17 0 0.65
HSL 292º 0.09% 0.32% -
HSV(B) 292º 0.17% 0.35% -
XYZ 8.18 7.65 10.5 -
YUV 79.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 87 74 89 0.02 0.17 0 0.65 292 0.09 0.32
Hex 57 4A 59 2 11 0 41 124 9 20
Octal 127 112 131 2 21 0 101 444 11 40
Binary 1010111 1001010 1011001 10 10001 0 1000001 100100100 1001 100000

Color Harmonies of #574A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574A59

Black with #574A59

Text Example


Text Example

White with #574A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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