Html Css Color HEX #574659 Bossanova

📋 copy color: '#574659'

red 87 ◦ green 70 ◦ blue 89

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

Shades of Bossanova #574659

Tints of Bossanova #574659

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.46%

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

R = 35.37%
G = 28.46%
B = 36.18%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#574659 (or 0x574659) is known color: Bossanova. HEX triplet: 57, 46 and 59. RGB value is (87,70,89). Sum of RGB (Red+Green+Blue) = 87+70+89=246 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.37% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 89 - color contains mainly: blue. Hex color #574659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574659 is #A8B9A6. Grayscale: #4D4D4D. Windows color (decimal): -11057575 or 5850711. OLE color: 5850711.

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

Color convert

RGB 87 70 89 -
CMYK 0.02 0.21 0 0.65
HSL 293.68º 0.12% 0.31% -
HSV(B) 293.68º 0.21% 0.35% -
XYZ 7.92 7.13 10.41 -
YUV 77.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 87 70 89 0.02 0.21 0 0.65 293.68 0.12 0.31
Hex 57 46 59 2 15 0 41 126 C 1F
Octal 127 106 131 2 25 0 101 446 14 37
Binary 1010111 1000110 1011001 10 10101 0 1000001 100100110 1100 11111

Color Harmonies of #574659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574659

Black with #574659

Text Example


Text Example

White with #574659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574659; }

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

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

background-color css

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

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

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

border-color css

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

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

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