Html Css Color HEX #574257 Bossanova

📋 copy color: '#574257'

red 87 ◦ green 66 ◦ blue 87

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

Shades of Bossanova #574257

Tints of Bossanova #574257

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.5%

 BLUE value IS 87 (34.38% from 255) = 36.25%

R = 36.25%
G = 27.5%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#574257 (or 0x574257) is known color: Bossanova. HEX triplet: 57, 42 and 57. RGB value is (87,66,87). Sum of RGB (Red+Green+Blue) = 87+66+87=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 87 - color contains mainly: red, blue. Hex color #574257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574257 is #A8BDA8. Grayscale: #4A4A4A. Windows color (decimal): -11058601 or 5718615. OLE color: 5718615.

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

Color convert

RGB 87 66 87 -
CMYK 0 0.24 0 0.66
HSL 300º 0.14% 0.3% -
HSV(B) 300º 0.24% 0.34% -
XYZ 7.6 6.61 9.89 -
YUV 74.67 134.96 136.79 -
System Red Green Blue C M Y K H S L
Decimal 87 66 87 0 0.24 0 0.66 300 0.14 0.3
Hex 57 42 57 0 18 0 42 12C E 1E
Octal 127 102 127 0 30 0 102 454 16 36
Binary 1010111 1000010 1010111 0 11000 0 1000010 100101100 1110 11110

Color Harmonies of #574257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574257

Black with #574257

Text Example


Text Example

White with #574257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574257; }

 p { color: rgb(87,66,87); }

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

background-color css

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

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

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

border-color css

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

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

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