Html Css Color HEX #574557 Bossanova

📋 copy color: '#574557'

red 87 ◦ green 69 ◦ blue 87

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

Shades of Bossanova #574557

Tints of Bossanova #574557

RGB

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

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

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

R = 35.8%
G = 28.4%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#574557 (or 0x574557) is known color: Bossanova. HEX triplet: 57, 45 and 57. RGB value is (87,69,87). Sum of RGB (Red+Green+Blue) = 87+69+87=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 87 (34.38% from 255 or 35.80% from 243); Max value from RGB is 87 - color contains mainly: red, blue. Hex color #574557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574557 is #A8BAA8. Grayscale: #4C4C4C. Windows color (decimal): -11057833 or 5719383. OLE color: 5719383.

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

Color convert

RGB 87 69 87 -
CMYK 0 0.21 0 0.66
HSL 300º 0.12% 0.31% -
HSV(B) 300º 0.21% 0.34% -
XYZ 7.78 6.97 9.95 -
YUV 76.43 133.96 135.54 -
System Red Green Blue C M Y K H S L
Decimal 87 69 87 0 0.21 0 0.66 300 0.12 0.31
Hex 57 45 57 0 15 0 42 12C C 1F
Octal 127 105 127 0 25 0 102 454 14 37
Binary 1010111 1000101 1010111 0 10101 0 1000010 100101100 1100 11111

Color Harmonies of #574557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574557

Black with #574557

Text Example


Text Example

White with #574557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574557; }

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

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

background-color css

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

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

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

border-color css

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

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

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