Html Css Color HEX #574059 Bossanova

📋 copy color: '#574059'

red 87 ◦ green 64 ◦ blue 89

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

Shades of Bossanova #574059

Tints of Bossanova #574059

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.67%

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

R = 36.25%
G = 26.67%
B = 37.08%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#574059 (or 0x574059) is known color: Bossanova. HEX triplet: 57, 40 and 59. RGB value is (87,64,89). Sum of RGB (Red+Green+Blue) = 87+64+89=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 89 - color contains mainly: blue. Hex color #574059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574059 is #A8BFA6. Grayscale: #494949. Windows color (decimal): -11059111 or 5849175. OLE color: 5849175.

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

Color convert

RGB 87 64 89 -
CMYK 0.02 0.28 0 0.65
HSL 295.2º 0.16% 0.3% -
HSV(B) 295.2º 0.28% 0.35% -
XYZ 7.57 6.41 10.29 -
YUV 73.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 87 64 89 0.02 0.28 0 0.65 295.2 0.16 0.3
Hex 57 40 59 2 1C 0 41 127 10 1E
Octal 127 100 131 2 34 0 101 447 20 36
Binary 1010111 1000000 1011001 10 11100 0 1000001 100100111 10000 11110

Color Harmonies of #574059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574059

Black with #574059

Text Example


Text Example

White with #574059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574059; }

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

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

background-color css

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

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

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

border-color css

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

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

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