Html Css Color HEX #573857 Bossanova

📋 copy color: '#573857'

red 87 ◦ green 56 ◦ blue 87

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

Shades of Bossanova #573857

Tints of Bossanova #573857

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.35%

 BLUE value IS 87 (34.38% from 255) = 37.83%

R = 37.83%
G = 24.35%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#573857 (or 0x573857) is known color: Bossanova. HEX triplet: 57, 38 and 57. RGB value is (87,56,87). Sum of RGB (Red+Green+Blue) = 87+56+87=230 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.83% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 87 - color contains mainly: red, blue. Hex color #573857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573857 is #A8C7A8. Grayscale: #444444. Windows color (decimal): -11061161 or 5716055. OLE color: 5716055.

HSL color Cylindrical-coordinate representation of color #573857: hue angle of 300º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #573857 is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 56 87 -
CMYK 0 0.36 0 0.66
HSL 300º 0.22% 0.28% -
HSV(B) 300º 0.36% 0.34% -
XYZ 7.06 5.54 9.71 -
YUV 68.8 138.27 140.98 -
System Red Green Blue C M Y K H S L
Decimal 87 56 87 0 0.36 0 0.66 300 0.22 0.28
Hex 57 38 57 0 24 0 42 12C 16 1C
Octal 127 70 127 0 44 0 102 454 26 34
Binary 1010111 111000 1010111 0 100100 0 1000010 100101100 10110 11100

Color Harmonies of #573857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573857

Black with #573857

Text Example


Text Example

White with #573857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573857; }

 p { color: rgb(87,56,87); }

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

background-color css

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

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

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

border-color css

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

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

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