Html Css Color HEX #573F59 Bossanova

📋 copy color: '#573F59'

red 87 ◦ green 63 ◦ blue 89

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

Shades of Bossanova #573F59

Tints of Bossanova #573F59

RGB

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

 GREEN value IS 63 (25% from 255) = 26.36%

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

R = 36.4%
G = 26.36%
B = 37.24%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#573F59 (or 0x573F59) is known color: Bossanova. HEX triplet: 57, 3F and 59. RGB value is (87,63,89). Sum of RGB (Red+Green+Blue) = 87+63+89=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 89 - color contains mainly: blue. Hex color #573F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573F59 is #A8C0A6. Grayscale: #494949. Windows color (decimal): -11059367 or 5848919. OLE color: 5848919.

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

Color convert

RGB 87 63 89 -
CMYK 0.02 0.29 0 0.65
HSL 295.38º 0.17% 0.3% -
HSV(B) 295.38º 0.29% 0.35% -
XYZ 7.51 6.3 10.27 -
YUV 73.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 87 63 89 0.02 0.29 0 0.65 295.38 0.17 0.3
Hex 57 3F 59 2 1D 0 41 127 11 1E
Octal 127 77 131 2 35 0 101 447 21 36
Binary 1010111 111111 1011001 10 11101 0 1000001 100100111 10001 11110

Color Harmonies of #573F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573F59

Black with #573F59

Text Example


Text Example

White with #573F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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