Html Css Color HEX #573A59 Bossanova

📋 copy color: '#573A59'

red 87 ◦ green 58 ◦ blue 89

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

Shades of Bossanova #573A59

Tints of Bossanova #573A59

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.79%

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

R = 37.18%
G = 24.79%
B = 38.03%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#573A59 (or 0x573A59) is known color: Bossanova. HEX triplet: 57, 3A and 59. RGB value is (87,58,89). Sum of RGB (Red+Green+Blue) = 87+58+89=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 89 - color contains mainly: blue. Hex color #573A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573A59 is #A8C5A6. Grayscale: #464646. Windows color (decimal): -11060647 or 5847639. OLE color: 5847639.

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

Color convert

RGB 87 58 89 -
CMYK 0.02 0.35 0 0.65
HSL 296.13º 0.21% 0.29% -
HSV(B) 296.13º 0.35% 0.35% -
XYZ 7.25 5.77 10.18 -
YUV 70.21 138.61 139.98 -
System Red Green Blue C M Y K H S L
Decimal 87 58 89 0.02 0.35 0 0.65 296.13 0.21 0.29
Hex 57 3A 59 2 23 0 41 128 15 1D
Octal 127 72 131 2 43 0 101 450 25 35
Binary 1010111 111010 1011001 10 100011 0 1000001 100101000 10101 11101

Color Harmonies of #573A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573A59

Black with #573A59

Text Example


Text Example

White with #573A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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