Html Css Color HEX #573D5D Bossanova

📋 copy color: '#573D5D'

red 87 ◦ green 61 ◦ blue 93

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

Shades of Bossanova #573D5D

Tints of Bossanova #573D5D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.31%

 BLUE value IS 93 (36.72% from 255) = 38.59%

R = 36.1%
G = 25.31%
B = 38.59%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#573D5D (or 0x573D5D) is known color: Bossanova. HEX triplet: 57, 3D and 5D. RGB value is (87,61,93). Sum of RGB (Red+Green+Blue) = 87+61+93=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 93 - color contains mainly: blue. Hex color #573D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573D5D is #A8C2A2. Grayscale: #484848. Windows color (decimal): -11059875 or 6110551. OLE color: 6110551.

HSL color Cylindrical-coordinate representation of color #573D5D: hue angle of 288.75º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #573D5D is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 61 93 -
CMYK 0.06 0.34 0 0.64
HSL 288.75º 0.21% 0.3% -
HSV(B) 288.75º 0.34% 0.36% -
XYZ 7.58 6.15 11.14 -
YUV 72.42 139.61 138.4 -
System Red Green Blue C M Y K H S L
Decimal 87 61 93 0.06 0.34 0 0.64 288.75 0.21 0.3
Hex 57 3D 5D 6 22 0 40 121 15 1E
Octal 127 75 135 6 42 0 100 441 25 36
Binary 1010111 111101 1011101 110 100010 0 1000000 100100001 10101 11110

Color Harmonies of #573D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573D5D

Black with #573D5D

Text Example


Text Example

White with #573D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,61,93); }

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

background-color css

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

 a { background-color: rgb(87,61,93); }

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

border-color css

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

 span { border-color: rgb(87,61,93); }

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