Html Css Color HEX #573C59 Bossanova

📋 copy color: '#573C59'

red 87 ◦ green 60 ◦ blue 89

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

Shades of Bossanova #573C59

Tints of Bossanova #573C59

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.42%

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

R = 36.86%
G = 25.42%
B = 37.71%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#573C59 (or 0x573C59) is known color: Bossanova. HEX triplet: 57, 3C and 59. RGB value is (87,60,89). Sum of RGB (Red+Green+Blue) = 87+60+89=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 89 - color contains mainly: blue. Hex color #573C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573C59 is #A8C3A6. Grayscale: #474747. Windows color (decimal): -11060135 or 5848151. OLE color: 5848151.

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

Color convert

RGB 87 60 89 -
CMYK 0.02 0.33 0 0.65
HSL 295.86º 0.19% 0.29% -
HSV(B) 295.86º 0.33% 0.35% -
XYZ 7.35 5.98 10.22 -
YUV 71.38 137.95 139.14 -
System Red Green Blue C M Y K H S L
Decimal 87 60 89 0.02 0.33 0 0.65 295.86 0.19 0.29
Hex 57 3C 59 2 21 0 41 128 13 1D
Octal 127 74 131 2 41 0 101 450 23 35
Binary 1010111 111100 1011001 10 100001 0 1000001 100101000 10011 11101

Color Harmonies of #573C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573C59

Black with #573C59

Text Example


Text Example

White with #573C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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