Html Css Color HEX #574457 Bossanova

📋 copy color: '#574457'

red 87 ◦ green 68 ◦ blue 87

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

Shades of Bossanova #574457

Tints of Bossanova #574457

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.1%

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

R = 35.95%
G = 28.1%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#574457 (or 0x574457) is known color: Bossanova. HEX triplet: 57, 44 and 57. RGB value is (87,68,87). Sum of RGB (Red+Green+Blue) = 87+68+87=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 87 - color contains mainly: red, blue. Hex color #574457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574457 is #A8BBA8. Grayscale: #4B4B4B. Windows color (decimal): -11058089 or 5719127. OLE color: 5719127.

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

Color convert

RGB 87 68 87 -
CMYK 0 0.22 0 0.66
HSL 300º 0.12% 0.3% -
HSV(B) 300º 0.22% 0.34% -
XYZ 7.72 6.85 9.93 -
YUV 75.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 87 68 87 0 0.22 0 0.66 300 0.12 0.3
Hex 57 44 57 0 16 0 42 12C C 1E
Octal 127 104 127 0 26 0 102 454 14 36
Binary 1010111 1000100 1010111 0 10110 0 1000010 100101100 1100 11110

Color Harmonies of #574457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574457

Black with #574457

Text Example


Text Example

White with #574457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574457; }

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

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

background-color css

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

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

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

border-color css

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

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

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