Html Css Color HEX #574159 Bossanova

📋 copy color: '#574159'

red 87 ◦ green 65 ◦ blue 89

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

Shades of Bossanova #574159

Tints of Bossanova #574159

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.97%

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

R = 36.1%
G = 26.97%
B = 36.93%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#574159 (or 0x574159) is known color: Bossanova. HEX triplet: 57, 41 and 59. RGB value is (87,65,89). Sum of RGB (Red+Green+Blue) = 87+65+89=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 89 - color contains mainly: blue. Hex color #574159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574159 is #A8BEA6. Grayscale: #4A4A4A. Windows color (decimal): -11058855 or 5849431. OLE color: 5849431.

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

Color convert

RGB 87 65 89 -
CMYK 0.02 0.27 0 0.65
HSL 295º 0.16% 0.3% -
HSV(B) 295º 0.27% 0.35% -
XYZ 7.62 6.53 10.31 -
YUV 74.31 136.29 137.05 -
System Red Green Blue C M Y K H S L
Decimal 87 65 89 0.02 0.27 0 0.65 295 0.16 0.3
Hex 57 41 59 2 1B 0 41 127 10 1E
Octal 127 101 131 2 33 0 101 447 20 36
Binary 1010111 1000001 1011001 10 11011 0 1000001 100100111 10000 11110

Color Harmonies of #574159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574159

Black with #574159

Text Example


Text Example

White with #574159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574159; }

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

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

background-color css

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

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

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

border-color css

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

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

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