Html Css Color HEX #573A58 Bossanova

📋 copy color: '#573A58'

red 87 ◦ green 58 ◦ blue 88

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

Shades of Bossanova #573A58

Tints of Bossanova #573A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 37.77%

R = 37.34%
G = 24.89%
B = 37.77%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#573A58 (or 0x573A58) is known color: Bossanova. HEX triplet: 57, 3A and 58. RGB value is (87,58,88). Sum of RGB (Red+Green+Blue) = 87+58+88=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 88 - color contains mainly: blue. Hex color #573A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573A58 is #A8C5A7. Grayscale: #464646. Windows color (decimal): -11060648 or 5782103. OLE color: 5782103.

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

Color convert

RGB 87 58 88 -
CMYK 0.01 0.34 0 0.65
HSL 298º 0.21% 0.29% -
HSV(B) 298º 0.34% 0.35% -
XYZ 7.2 5.76 9.96 -
YUV 70.09 138.11 140.06 -
System Red Green Blue C M Y K H S L
Decimal 87 58 88 0.01 0.34 0 0.65 298 0.21 0.29
Hex 57 3A 58 1 22 0 41 12A 15 1D
Octal 127 72 130 1 42 0 101 452 25 35
Binary 1010111 111010 1011000 1 100010 0 1000001 100101010 10101 11101

Color Harmonies of #573A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573A58

Black with #573A58

Text Example


Text Example

White with #573A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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