Html Css Color HEX #574857 Bossanova

📋 copy color: '#574857'

red 87 ◦ green 72 ◦ blue 87

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

Shades of Bossanova #574857

Tints of Bossanova #574857

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.27%

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

R = 35.37%
G = 29.27%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#574857 (or 0x574857) is known color: Bossanova. HEX triplet: 57, 48 and 57. RGB value is (87,72,87). Sum of RGB (Red+Green+Blue) = 87+72+87=246 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.37% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 87 (34.38% from 255 or 35.37% from 246); Max value from RGB is 87 - color contains mainly: red, blue. Hex color #574857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574857 is #A8B7A8. Grayscale: #4E4E4E. Windows color (decimal): -11057065 or 5720151. OLE color: 5720151.

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

Color convert

RGB 87 72 87 -
CMYK 0 0.17 0 0.66
HSL 300º 0.09% 0.31% -
HSV(B) 300º 0.17% 0.34% -
XYZ 7.97 7.35 10.02 -
YUV 78.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 87 72 87 0 0.17 0 0.66 300 0.09 0.31
Hex 57 48 57 0 11 0 42 12C 9 1F
Octal 127 110 127 0 21 0 102 454 11 37
Binary 1010111 1001000 1010111 0 10001 0 1000010 100101100 1001 11111

Color Harmonies of #574857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574857

Black with #574857

Text Example


Text Example

White with #574857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574857; }

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

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

background-color css

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

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

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

border-color css

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

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

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